Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv11496
Modified Files:
configuration.html
Log Message:
added checkboxes for prompting of VCS password and file deletion.
They are not hooked up yet, purely cosmetic.
Index: configuration.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/configuration.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- configuration.html 13 Aug 2002 19:02:33 -0000 1.3
+++ configuration.html 3 Sep 2002 20:31:27 -0000 1.4
@@ -10,4 +10,18 @@
</td>
</tr>
+ <td width="20%" align="right">
+ Prompt for VCS password :
+ </td>
+ <td width="80%" align="left">
+ <input type="checkbox" name="prompt_vcs" value="<TMPL_VAR NAME=FULL_NAME>" />
+ </td>
+ </tr>
+ <td width="20%" align="right">
+ Prompt for file deletion :
+ </td>
+ <td width="80%" align="left">
+ <input type="checkbox" name="prompt_delete" value="<TMPL_VAR NAME=FULL_NAME>" />
+ </td>
+ </tr>
<table width="100%" align="center" border="0">
<tr>
|