Changeset 796 for trunk


Ignore:
Timestamp:
12/23/15 15:41:32 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Fiddle defaults and ordering of SSH/telnet in dropdown for backup fields

Location:
trunk/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/assign.tmpl

    r782 r796  
    167167<tr><td colspan="2">Optional settings if different from standard ones for the device type above:</td></tr>
    168168<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>
    171171</select></td></tr>
    172172<tr><td>Connect from:</td><td><input name="bksrc"></td></tr>
  • trunk/templates/edit.tmpl

    r786 r796  
    227227<tr><td colspan="2">Optional settings if different from standard ones for the device type above</td></tr>
    228228<tr><td>Access method:</td><td><select name="bktype">
     229<option<TMPL_IF bkssh> selected="selected"</TMPL_IF>>SSH</option>
    229230<option<TMPL_IF bktelnet> selected="selected"</TMPL_IF>>telnet</option>
    230 <option<TMPL_IF bkssh> selected="selected"</TMPL_IF>>SSH</option>
    231231</select></td></tr>
    232232<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.