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

Dirk Haun dhaun at qs1489.pair.com
Sat Mar 8 11:59:16 EST 2008


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

Modified Files:
      Tag: geeklog_1_4_1_1
	topiceditor.thtml 
Log Message:
Set maxlength 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.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** topiceditor.thtml	16 Sep 2006 03:09:47 -0000	1.7
--- topiceditor.thtml	8 Mar 2008 16:59:14 -0000	1.7.2.1
***************
*** 3,7 ****
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" size="20" name="tid" value="{topic_id}"> {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}"> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list