[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/admin/story liststories.thtml,1.2,1.3

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Aug 31 14:58:57 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/story
In directory geeklog_prod:/tmp/cvs-serv15200/public_html/layout/Smooth_Blue/admin/story

Modified Files:
	liststories.thtml 
Log Message:
Added the ability to filter topics and only show stories for a single topic from a listbox.

Index: liststories.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/story/liststories.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** liststories.thtml	10 Apr 2003 14:32:39 -0000	1.2
--- liststories.thtml	31 Aug 2003 18:58:54 -0000	1.3
***************
*** 1,12 ****
                              <table border="0" cellspacing="0" cellpadding=2 width="100%">
                                  <tr>
                                      <td rowspan="2"><img src="{layout_url}/images/icons/story.gif" alt=""></td>
                                      <td>[ <a href="{site_admin_url}/story.php?mode=edit">{lang_newstory}</a> | <a href="{site_admin_url}">{lang_adminhome}</a> ]</td>
                                  </tr>
                                  <tr>
!                                     <td>{lang_instructions}</td>
                                  </tr>
                              </table>
!                             <table cellpadding="0" cellspacing="3" border="0" width="100%">
                                  <tr>
                                      <th align="left">#</th>
--- 1,17 ----
                              <table border="0" cellspacing="0" cellpadding=2 width="100%">
                                  <tr>
+                                     <FORM ACTION="{site_admin_url}/story.php" METHOD="POST">
                                      <td rowspan="2"><img src="{layout_url}/images/icons/story.gif" alt=""></td>
                                      <td>[ <a href="{site_admin_url}/story.php?mode=edit">{lang_newstory}</a> | <a href="{site_admin_url}">{lang_adminhome}</a> ]</td>
+                                     <td align="center" valign="middle">{lang_topic}: </td>
+                                     <td align="left" valign="middle">{topic_selection} </td>
+                                 </td>
                                  </tr>
+                                 </FORM>
                                  <tr>
!                                     <td colspan="3">{lang_instructions}</td>
                                  </tr>
                              </table>
!                                 <table cellpadding="0" cellspacing="3" border="0" width="100%">
                                  <tr>
                                      <th align="left">#</th>
***************
*** 23,26 ****
                                      <td colspan="8">{google_paging}</td>
                                  </tr>
!                             </table>
! 
--- 28,30 ----
                                      <td colspan="8">{google_paging}</td>
                                  </tr>
!                             </table>
\ No newline at end of file





More information about the geeklog-cvs mailing list