Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5039/phpslash-dev/include/templates/en/basic
Modified Files:
blockList.tpl
Log Message:
add column and ordernum to block list.
Index: blockList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/blockList.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** blockList.tpl 20 Oct 2004 12:21:15 -0000 1.3
--- blockList.tpl 22 Oct 2004 20:12:56 -0000 1.4
***************
*** 7,11 ****
<tr>
<th>Title</th>
! <th>Parameters :: Location</th>
<th>Type</th>
<th>Admin</th>
--- 7,13 ----
<tr>
<th>Title</th>
! <th>Column </th>
! <th>Priority</th>
! <th>Parameters</th>
<th>Type</th>
<th>Admin</th>
***************
*** 15,20 ****
<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>
--- 17,23 ----
<tr class="firstRow">
<td>{TITLE}</td>
! <td>{COLUMN}</td>
! <td>{ORDERNUM}</td>
! <td>{SOURCE_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>
***************
*** 24,29 ****
<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>
--- 27,33 ----
<tr class="secondRow">
<td>{TITLE}</td>
! <td>{COLUMN}</td>
! <td>{ORDERNUM}</td>
! <td>{SOURCE_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>
|