[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/topic topiceditor.thtml, 1.9, 1.10

Dirk Haun dhaun at qs1489.pair.com
Sat Mar 8 10:19:53 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/topic
In directory qs1489.pair.com:/tmp/cvs-serv57811

Modified Files:
	topiceditor.thtml 
Log Message:
Set maxlengt for the topic ID so you can't enter more than 20 characters (reported by Markus Wollschläger)


Index: topiceditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/topic/topiceditor.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** topiceditor.thtml	25 Nov 2007 06:59:21 -0000	1.9
--- topiceditor.thtml	8 Mar 2008 15:19:51 -0000	1.10
***************
*** 3,7 ****
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" size="20" name="tid" value="{topic_id}"{xhtml}> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>
--- 3,7 ----
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" size="20" maxlength="20" name="tid" value="{topic_id}"{xhtml}> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list