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

dhaun at geeklog.net dhaun at geeklog.net
Mon Dec 29 08:44:45 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin
In directory geeklog_prod:/tmp/cvs-serv22400/plugins/staticpages/templates/admin

Modified Files:
	row.thtml 
Log Message:
Added title attributes to the links on the list of static pages ...


Index: row.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/templates/admin/row.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** row.thtml	30 May 2003 12:24:32 -0000	1.6
--- row.thtml	29 Dec 2003 13:44:43 -0000	1.7
***************
*** 1,11 ****
      <tr align="center">
          <td align="left">
!             <a href="{page_edit_url}">{row_number}</a>
          </td>
          <td align="left">
!             [<a href="{page_clone_url}">C</a>]
          </td>
          <td align="left">
!             <a href="{page_display_url}">{sp_title}</a>
          </td>
          <td>{sp_centerblock}</td>
--- 1,11 ----
      <tr align="center">
          <td align="left">
!             <a href="{page_edit_url}" title="{lang_title_edit}">{row_number}</a>
          </td>
          <td align="left">
!             [<a href="{page_clone_url}" title="{lang_title_copy}">C</a>]
          </td>
          <td align="left">
!             <a href="{page_display_url}" title="{lang_title_display}">{sp_title}</a>
          </td>
          <td>{sp_centerblock}</td>





More information about the geeklog-cvs mailing list