Subversion Repositories wimsdev

Rev

Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6235 Rev 12412
Line 4... Line 4...
4
$wims_name_addconnection
4
$wims_name_addconnection
5
 
5
 
6
!read connect/remote.phtml
6
!read connect/remote.phtml
7
 
7
 
8
!if $error!=$empty
8
!if $error!=$empty
9
 !exit
9
  !exit
10
!endif
10
!endif
11
 
11
 
12
!form reply
12
!form reply
13
<input type="hidden" name="job2" value="add2" />
13
<input type="hidden" name="job2" value="add2" />
14
$name_toconnect
14
$name_toconnect
Line 27... Line 27...
27
<div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div>
27
<div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div>
28
 
28
 
29
!formend
29
!formend
30
 
30
 
31
!reset addclass
31
!reset addclass
32
 
-