Changeset 211 for admin.lib.php
- Timestamp:
- 10/05/07 15:11:03 (2 years ago)
- Files:
-
- admin.lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
admin.lib.php
r210 r211 481 481 echo "<form action=\"".$this->adminPath.((!$edit) ? "postentry" : "postupdate/{$row['shortsubject']}")."\" method=\"post\" id=\"entryform\">\n"; 482 482 echo "<p>\n"; 483 echo "<input type=\"text\" name=\"subject\" id=\"subject\" value=\"" . (($show) ? strip_tags(trim($row['subject'])) : "") . "\" size=\"22\" maxlength=\" 50\" tabindex=\"1\" />\n";483 echo "<input type=\"text\" name=\"subject\" id=\"subject\" value=\"" . (($show) ? strip_tags(trim($row['subject'])) : "") . "\" size=\"22\" maxlength=\"100\" tabindex=\"1\" />\n"; 484 484 echo "<label for=\"subject\">"._(Subject)."</label>\n"; 485 485 echo "</p>\n";
