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

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Feb 3 14:54:33 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/layout/professional/admin/story
In directory www:/tmp/cvs-serv7171/admin/story

Modified Files:
	liststories.thtml 
Log Message:
Fixed nested table / form


Index: liststories.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/story/liststories.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** liststories.thtml	30 Jan 2005 13:51:10 -0000	1.2
--- liststories.thtml	3 Feb 2005 19:54:30 -0000	1.3
***************
*** 1,31 ****
!                             <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>
!                                     <th align="left">{lang_title}</th>
!                                     <th>{lang_access}</th>
!                                     <th>{lang_draft}</th>
!                                     <th>{lang_author}</th>
!                                     <th>{lang_date}</th>
!                                     <th>{lang_topic}</th>
!                                     <th>{lang_featured}</th>
!                                     <th>{lang_ping}</th>
!                                 </tr>
!                                 {storylist_item}
!                                 <tr>
!                                     <td colspan="8">{google_paging}</td>
!                                 </tr>
!                             </table>
--- 1,31 ----
!     <form action="{site_admin_url}/story.php" method="POST">
!         <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>
!                 <td align="center" valign="middle">{lang_topic}: </td>
!                 <td align="left" valign="middle">{topic_selection} </td>
!             </td>
!             </tr>
!             <tr>
!                 <td colspan="3">{lang_instructions}</td>
!             </tr>
!         </table>
!     </form>
!     <table cellpadding="0" cellspacing="3" border="0" width="100%">
!     <tr>
!         <th align="left">#</th>
!         <th align="left">{lang_title}</th>
!         <th>{lang_access}</th>
!         <th>{lang_draft}</th>
!         <th>{lang_author}</th>
!         <th>{lang_date}</th>
!         <th>{lang_topic}</th>
!         <th>{lang_featured}</th>
!         <th>{lang_ping}</th>
!     </tr>
!     {storylist_item}
!     <tr>
!         <td colspan="8">{google_paging}</td>
!     </tr>
! </table>




More information about the geeklog-cvs mailing list