[geeklog-cvs] geeklog-1.3/plugins/staticpages/templates/admin list.thtml,1.6,1.7 row.thtml,1.4,1.5

dhaun at geeklog.net dhaun at geeklog.net
Mon Mar 10 13:36:03 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin
In directory internal.geeklog.net:/tmp/cvs-serv5835/plugins/staticpages/templates/admin

Modified Files:
	list.thtml row.thtml 
Log Message:
Found this old feature request (#544847) ... You can now "clone" static pages.


Index: list.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin/list.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** list.thtml	20 Aug 2002 13:14:57 -0000	1.6
--- list.thtml	10 Mar 2003 18:36:01 -0000	1.7
***************
*** 2,14 ****
                                  <table border="0" cellspacing="0" cellpadding="2" width="100%">
                                      <tr>
!                                         <td>
                                              <img src="{site_url}/staticpages/images/staticpages.gif">
                                          </td>
                                          <td>[ <a href="{new_page_url}">{lang_newpage}</a> | <a href="{site_admin_url}">{lang_adminhome}</a> ]</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_writtenby}</th>
--- 2,17 ----
                                  <table border="0" cellspacing="0" cellpadding="2" width="100%">
                                      <tr>
!                                         <td rowspan="2">
                                              <img src="{site_url}/staticpages/images/staticpages.gif">
                                          </td>
                                          <td>[ <a href="{new_page_url}">{lang_newpage}</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" colspan="2">#</th>
                                          <th align="left">{lang_title}</th>
                                          <th>{lang_writtenby}</th>

Index: row.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin/row.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** row.thtml	20 Aug 2002 13:14:57 -0000	1.4
--- row.thtml	10 Mar 2003 18:36:01 -0000	1.5
***************
*** 4,7 ****
--- 4,10 ----
                                      </td>
                                      <td align="left">
+                                         [<a href="{page_clone_url}">C</a>]
+                                     </td>
+                                     <td align="left">
                                          <a href="{page_display_url}">{sp_title}</a>
                                      </td>





More information about the geeklog-cvs mailing list