*** empty log message ***
authorpatrick <patrick>
Tue, 30 Aug 2005 20:46:09 +0000 (20:46 +0000)
committerpatrick <patrick>
Tue, 30 Aug 2005 20:46:09 +0000 (20:46 +0000)
etc/open/editarticle.template
etc/open/editcomment.template

index 8956daa..5ed4f40 100755 (executable)
             </tr>
             <tr>
                <td colspan="3">
-                  <input type="text" class="formText" id="" name="title" value="${utility.encodeHTML(title)}" size="45" maxlength="80" tabindex="" />  
+                  <input type="text" class="formText" id="" name="title" value="${utility.encodeHTML(title)}" size="45" maxlength="120" tabindex="" />  
                   <p class="headline">
                      <span class="title">${lang("posting.title")}</span>
                      <span class="prompt">${lang("posting.title.info")}</span>
index 32bde16..e6adcb8 100755 (executable)
@@ -190,7 +190,7 @@ ${lang("posting.step01")}
 <h4>
 ${lang("comment.title")}
 </h4>
-<input type="text" class="preq" name="title" size="45" maxlength="80" value="${utility.encodeHTML(title)}"> 
+<input type="text" class="preq" name="title" size="45" maxlength="120" value="${utility.encodeHTML(title)}"> 
 <if errors>
 <big class="error"><call showErrors("title")></big>
 <else>