ispman/ispman-web/cgi-bin/tmpl/databases add.tmpl, 1.6, 1.7
Joerg Delker <[email protected]> Sat, 03 Jan 2009 12:44:23 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24166/ispman-web/cgi-bin/tmpl/databases
Modified Files:
add.tmpl
Log Message:
cosmetic fixes
Index: add.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases/add.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- add.tmpl 3 Jan 2009 12:21:05 -0000 1.6
+++ add.tmpl 3 Jan 2009 12:44:21 -0000 1.7
@@ -130,7 +130,7 @@
</tr>
<tr>
- <td>SQL actions</td>
+ <td>SQL actions:</td>
<td>
<perl>
my @actions=split ',',$ispman->getConf("dbSQLActions");
@@ -153,7 +153,7 @@
</tr>
<input type=hidden name="mode" value="add_database_cgi">
-<input type=hidden name="ispmanDomain" value="<perl>$r->param("ispmanDomain")</perl>">
+<input type=hidden name="ispmanDomain" value="<perl>$r->param('ispmanDomain')</perl>">
</form>
</table>
------------------------------------------------------------------------------