Changeset 211

Show
Ignore:
Timestamp:
10/05/07 15:11:03 (2 years ago)
Author:
pwb
Message:

50 characters is too short a limit for entry titles, increasing it to 100

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r210 r211  
    481481                echo "<form action=\"".$this->adminPath.((!$edit) ? "postentry" : "postupdate/{$row['shortsubject']}")."\" method=\"post\" id=\"entryform\">\n"; 
    482482                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"; 
    484484                echo "<label for=\"subject\">"._(Subject)."</label>\n"; 
    485485                echo "</p>\n";