Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11531/phpslash-dev/include/templates/en/basic
Modified Files:
blockList.tpl
Log Message:
block admin interface changes
Index: blockList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/blockList.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** blockList.tpl 18 Oct 2004 17:29:59 -0000 1.2
--- blockList.tpl 20 Oct 2004 12:21:15 -0000 1.3
***************
*** 1,6 ****
<!-- start blockList.tpl -->
- {TITLEBAR}
<div id="blockList">
<form action="{ACTION_URL}" method="post">
<table cellpadding="2" cellspacing="1" border="0">
<tr>
--- 1,7 ----
<!-- start blockList.tpl -->
<div id="blockList">
<form action="{ACTION_URL}" method="post">
+ <input type="submit" name="submit" value="new" /><br />
+ {TITLEBAR}
<table cellpadding="2" cellspacing="1" border="0">
<tr>
|