diff options
| author | Denis M. (Phr33d0m) <god@politeia.in> | 2013-10-13 15:42:12 +0200 |
|---|---|---|
| committer | Denis M. (Phr33d0m) <god@politeia.in> | 2013-11-04 23:59:55 +0100 |
| commit | 8267407a78375652859f9e6b0a3a6fbabdd4a98b (patch) | |
| tree | 423533aa212fb2a12f3aaac05af8567168b8b478 /modules/extra/webcpanel/templates/default/operserv | |
| parent | 6e8d2bf09dbc349df5e2d2094a83a60c6309b76b (diff) | |
Add a couple of usability and aesthetic changes, fix the half-broken chanlist functionality, add a couple of missing ESCAPED_CHANNEL vars
Add missing ESCAPED_CHANNEL
Changed EMAIL_TYPE to FORCE_EMAIL. Now makes more sense
Make it more obvious when the 'email' field is optional
Add a 'Retry' button to go back to the registration page
Fixed broken chanlist functionality. Before even if the user clicked on the channels nothing happened, now it goes straight to the 'set' page (at least something happens)
Small fix, disable the 'Save' button if user has no SET powers
Add another missing ESCAPED_CHANNEL
Add a more clear definition of what hostmasks are allowed in that field, either user@host or nick\!user@host
Fix wrongly placed var
Changed some aesthetics
Diffstat (limited to 'modules/extra/webcpanel/templates/default/operserv')
| -rw-r--r-- | modules/extra/webcpanel/templates/default/operserv/akill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/webcpanel/templates/default/operserv/akill.html b/modules/extra/webcpanel/templates/default/operserv/akill.html index 9b269a7c0..2a6bf4f56 100644 --- a/modules/extra/webcpanel/templates/default/operserv/akill.html +++ b/modules/extra/webcpanel/templates/default/operserv/akill.html @@ -51,7 +51,7 @@ <div class="form-group"> <label class="control-label col-lg-2" for="mask">HostMask:</label> <div class="col-lg-6"> - <input class="form-control" type="text" name="mask" id="mask" placeholder="Valid HostMask"> + <input class="form-control" type="text" name="mask" id="mask" placeholder="Mask must be in the form user@host"> </div> </div> <div class="form-group"> |
