Changeset 1441 for trunk/rss/cls/wrappers/header.php
- Timestamp:
- 04/16/06 19:02:08 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/cls/wrappers/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/cls/wrappers/header.php
r1440 r1441 146 146 ." | <a href=\"#\" onclick=\"miniloginform(); return false;\">".LBL_LOG_IN."</a>"; 147 147 $ret .= "<span style=\"display:none\" id=\"loginformcontainer\">" 148 . '<form ' /*onsubmit="return loginHandler();" */ .'method="post" action="'.getPath().'">'148 . '<form ' . 'onsubmit="return loginHandler();" ' . 'method="post" action="'.getPath().'">' 149 149 . '<input style=" width:50px;" name="username" id="username" type="text" />' 150 150 . '<input style=" width:50px;" name="password" id="password" type="password" />'
