"tabindex" attribute defined in all important templates
This commit is contained in:
parent
3b0e787d2f
commit
562db0cda8
5 changed files with 25 additions and 25 deletions
|
@ -5,16 +5,16 @@
|
|||
<?cs call:print_form_header("plugins/network") ?>
|
||||
|
||||
<p><label for="ip"><?cs var:html_escape(Lang.Plugins.network.Text.IP) ?>: </label><br/>
|
||||
<input type="text" name="ip1" size="3" id="ip" value="<?cs
|
||||
<input type="text" tabindex="1" name="ip1" size="3" id="ip" value="<?cs
|
||||
var:Data.Plugins.network.ip.oc1 ?>" />.
|
||||
<input type="text" name="ip2" size="3" value="<?cs
|
||||
<input type="text" tabindex="1" name="ip2" size="3" value="<?cs
|
||||
var:Data.Plugins.network.ip.oc2 ?>" />.
|
||||
<input type="text" name="ip3" size="3" value="<?cs
|
||||
var:Data.Plugins.network.ip.oc3 ?>" />.
|
||||
<input type="text" name="ip4" size="3" value="<?cs
|
||||
<input type="text" tabindex="2" name="ip3" size="3" value="<?cs
|
||||
var:Data.Plugins.network.3p.oc3 ?>" />.
|
||||
<input type="text" tabindex="4" name="ip4" size="3" value="<?cs
|
||||
var:Data.Plugins.network.ip.oc4 ?>" /></p>
|
||||
|
||||
<input type="hidden" name="store" value="yes" />
|
||||
<input type="hidden" tabindex="5" name="store" value="yes" />
|
||||
|
||||
<button type="submit"><?cs var:html_escape(Lang.Plugins.network.Button.Network) ?></button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue