[geeklog-cvs] geeklog-1.3/public_html/layout/Classic/admin/block listblocks.thtml,1.3,1.4 listitem.thtml,1.2,1.3

dhaun at geeklog.net dhaun at geeklog.net
Tue Feb 4 15:45:15 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic/admin/block
In directory internal.geeklog.net:/tmp/cvs-serv981/Classic/admin/block

Modified Files:
	listblocks.thtml listitem.thtml 
Log Message:
Added an extra column to the list of blocks showing whether a block is enabled
or disabled.


Index: listblocks.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic/admin/block/listblocks.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** listblocks.thtml	4 May 2002 20:45:44 -0000	1.3
--- listblocks.thtml	4 Feb 2003 20:45:13 -0000	1.4
***************
*** 16,19 ****
--- 16,20 ----
                                      <th>{lang_blockorder}</th>
                                      <th>{lang_blocktopic}</th>
+                                     <th>{lang_enabled}</th>
                                  </tr>
                                  {blocklist_item}

Index: listitem.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic/admin/block/listitem.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** listitem.thtml	4 May 2002 20:45:44 -0000	1.2
--- listitem.thtml	4 Feb 2003 20:45:13 -0000	1.3
***************
*** 8,10 ****
--- 8,11 ----
                                      <td>{block_order}</td>
                                      <td>{block_topic}</td>
+                                     <td>{block_enabled}</td>
                                  </tr>





More information about the geeklog-cvs mailing list