diff options
Diffstat (limited to 'modules-available/remoteaccess/templates')
-rw-r--r-- | modules-available/remoteaccess/templates/edit-settings.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules-available/remoteaccess/templates/edit-settings.html b/modules-available/remoteaccess/templates/edit-settings.html index 21ce3b6e..a14bac45 100644 --- a/modules-available/remoteaccess/templates/edit-settings.html +++ b/modules-available/remoteaccess/templates/edit-settings.html @@ -80,9 +80,14 @@ <span class="glyphicon glyphicon-edit"></span> </a> </td> - <td> + <td class="input-group"> <input type="number" class="form-control" name="group[{{groupid}}][wolcount]" value="{{wolcount}}" {{perms.group.edit.disabled}}> + {{#unwoken}} + <span class="input-group-addon" title="{{lang_wolFailCount}}"> + <span class="glyphicon glyphicon-remove"></span>{{unwoken}} + </span> + {{/unwoken}} </td> <td> <input type="text" class="form-control" name="group[{{groupid}}][passwd]" value="{{passwd}}" @@ -103,4 +108,4 @@ </button> </div> <div class="clearfix"></div> -</form>
\ No newline at end of file +</form> |