[geeklog-cvs] geeklog-1.3/public_html/layout/Yahoo/admin/topic topiceditor.thtml,1.9,1.10

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 28 04:28:53 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/layout/Yahoo/admin/topic
In directory www:/tmp/cvs-serv17704/layout/Yahoo/admin/topic

Modified Files:
	topiceditor.thtml 
Log Message:
Fixed bug #190: Properly pick up number of stories per page from the topic settings; allow user to set stories/page to 0 to get the default number; fixed hard-coded default value in admin template.


Index: topiceditor.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/Yahoo/admin/topic/topiceditor.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** topiceditor.thtml	1 Aug 2004 21:37:51 -0000	1.9
--- topiceditor.thtml	28 Sep 2004 08:28:51 -0000	1.10
***************
*** 11,15 ****
                                      <tr>
                                          <td align="right">{lang_storiesperpage}:</td>
!                                         <td><input type="text" size="3" maxlength="3" name="limitnews" value="{story_limit}"> ({lang_defaultis} 10)</td>
                                      </tr>
                                      <tr>
--- 11,15 ----
                                      <tr>
                                          <td align="right">{lang_storiesperpage}:</td>
!                                         <td><input type="text" size="3" maxlength="3" name="limitnews" value="{story_limit}"> ({lang_defaultis} {default_limit})</td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list