Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv15827
Modified Files:
vcs_prefs.html
Log Message:
moved template loop to the right place
Index: vcs_prefs.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/vcs_prefs.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- vcs_prefs.html 2001/12/04 18:58:15 1.6
+++ vcs_prefs.html 2001/12/05 05:28:22 1.7
@@ -31,6 +31,6 @@
</td>
<td width="90%" align="left">
- <TMPL_LOOP NAME=LOOP_REPO_TYPE>
<select name="repo_type">
+ <TMPL_LOOP NAME=LOOP_REPO_TYPE>
<TMPL_VAR NAME=REPO_TYPE>
</TMPL_LOOP>
@@ -42,6 +42,6 @@
</td>
<td width="90%" align="left">
- <TMPL_LOOP NAME=LOOP_CONNECTION>
<select name="connection">
+ <TMPL_LOOP NAME=LOOP_CONNECTION>
<TMPL_VAR NAME=CONNECTION>
</TMPL_LOOP>
|