1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add a description on wizard add interface

This commit is contained in:
Ycarus 2018-09-01 22:31:00 +02:00
parent 2153472351
commit 38c1644caf
2 changed files with 7 additions and 4 deletions

View file

@ -207,9 +207,9 @@ end
<div class="cbi-value-field"> <div class="cbi-value-field">
<input type="text" name="cbid.sqm.<%=ifname%>.upload" class="cbi-input-text" value="<%=upload%>" data-type="uinteger"> <input type="text" name="cbid.sqm.<%=ifname%>.upload" class="cbi-input-text" value="<%=upload%>" data-type="uinteger">
<br /> <br />
<div class="cbi-value-description"> </div>
<%:Set value between 80-95% of max upload speed link. Empty to disable.%> <div class="cbi-value-description">
</div> <%:Set value between 80-95% of max upload speed link. Empty to disable.%>
</div> </div>
</div> </div>
</fieldset> </fieldset>
@ -232,6 +232,9 @@ end
</select> </select>
<input class="cbi-button cbi-button-add" type="submit" name="add_interface" value="<%:Add an interface%>" title="<%:Add an interface%>" /> <input class="cbi-button cbi-button-add" type="submit" name="add_interface" value="<%:Add an interface%>" title="<%:Add an interface%>" />
</div> </div>
<div class="cbi-value-description">
<%:Select the device you want to base the interface on.%>
</div>
</fieldset> </fieldset>
</div> </div>
<div class="cbi-page-actions"> <div class="cbi-page-actions">

View file

@ -1828,7 +1828,7 @@ table table td,
background-position: .25em .2em; background-position: .25em .2em;
background-repeat: no-repeat; background-repeat: no-repeat;
margin: .25em 0 0 0; margin: .25em 0 0 0;
padding: 0 0 0 1.7em; padding: 0 0 0.3em 1.7em;
} }
.cbi-section-error { .cbi-section-error {