Changeset 796
- Timestamp:
- 12/23/15 15:41:32 (9 years ago)
- Location:
- trunk/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/assign.tmpl
r782 r796 167 167 <tr><td colspan="2">Optional settings if different from standard ones for the device type above:</td></tr> 168 168 <tr><td>Access method:</td><td><select name="bktype"> 169 <option selected="selected"> telnet</option>170 <option> SSH</option>169 <option selected="selected">SSH</option> 170 <option>telnet</option> 171 171 </select></td></tr> 172 172 <tr><td>Connect from:</td><td><input name="bksrc"></td></tr> -
trunk/templates/edit.tmpl
r786 r796 227 227 <tr><td colspan="2">Optional settings if different from standard ones for the device type above</td></tr> 228 228 <tr><td>Access method:</td><td><select name="bktype"> 229 <option<TMPL_IF bkssh> selected="selected"</TMPL_IF>>SSH</option> 229 230 <option<TMPL_IF bktelnet> selected="selected"</TMPL_IF>>telnet</option> 230 <option<TMPL_IF bkssh> selected="selected"</TMPL_IF>>SSH</option>231 231 </select></td></tr> 232 232 <tr><td>Connect from:</td><td><input name="bksrc" value="<TMPL_VAR NAME=bksrc>"></td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.