Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11280
Modified Files:
blockList.tpl
Log Message:
Experimental layout change to fit the table better into the screen.
Index: blockList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/blockList.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** blockList.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- blockList.tpl 18 Oct 2004 17:29:59 -0000 1.2
***************
*** 6,11 ****
<tr>
<th>Title</th>
! <th>Location</th>
! <th>Source URL</th>
<th>Type</th>
<th>Admin</th>
--- 6,10 ----
<tr>
<th>Title</th>
! <th>Parameters :: Location</th>
<th>Type</th>
<th>Admin</th>
***************
*** 15,22 ****
<tr class="firstRow">
<td>{TITLE}</td>
! <td>{URL}</td>
! <td>{SOURCE_URL}</td>
<td>{TYPE}</td>
! <td><a href="{MODIFYURL}">Modify</a> || <a href="{VIEWURL}">View</a> || <a href="{DELURL}">Delete</a></td>
</tr>
<!-- END row -->
--- 14,21 ----
<tr class="firstRow">
<td>{TITLE}</td>
! <td>{SOURCE_URL} ::
! {URL}</td>
<td>{TYPE}</td>
! <td><a href="{MODIFYURL}"><span title="Modify">M</span></a> || <a href="{VIEWURL}"><span title="View">V</span></a> || <a href="{DELURL}"><span title="Delete">X</span></a></td>
</tr>
<!-- END row -->
***************
*** 24,31 ****
<tr class="secondRow">
<td>{TITLE}</td>
! <td>{URL}</td>
! <td>{SOURCE_URL}</td>
<td>{TYPE}</td>
! <td><a href="{MODIFYURL}">Modify</a> || <a href="{VIEWURL}">View</a> || <a href="{DELURL}">Delete</a></td>
</tr>
<!-- END row2 -->
--- 23,30 ----
<tr class="secondRow">
<td>{TITLE}</td>
! <td>{SOURCE_URL} ::
! {URL}</td>
<td>{TYPE}</td>
! <td><a href="{MODIFYURL}"><span title="Modify">M</span></a> || <a href="{VIEWURL}"><span title="View">V</span></a> || <a href="{DELURL}"><span title="Delete">X</span></a></td>
</tr>
<!-- END row2 -->
|