diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-20 23:39:46 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-20 23:39:46 +0200 |
commit | f2e4cf3a9259734782688ca25abd8d27ce6d03be (patch) | |
tree | 6d32bd8274621af1a5341f610ede86ebadcb0978 /view/tpl | |
parent | 7123de66f9300d15b05078a80561f26286e1ea0e (diff) | |
download | volse-hubzilla-f2e4cf3a9259734782688ca25abd8d27ce6d03be.tar.gz volse-hubzilla-f2e4cf3a9259734782688ca25abd8d27ce6d03be.tar.bz2 volse-hubzilla-f2e4cf3a9259734782688ca25abd8d27ce6d03be.zip |
Update admin_security.tpl
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/admin_security.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/admin_security.tpl b/view/tpl/admin_security.tpl index 493707a7a..2c3811d22 100755 --- a/view/tpl/admin_security.tpl +++ b/view/tpl/admin_security.tpl @@ -26,8 +26,8 @@ {{include file="field_textarea.tpl" field=$embed_deny}} - <div class="admin-submit-wrapper" > - <input type="submit" name="submit" class="admin-submit" value="{{$submit}}" /> + <div class="admin-submit-wrapper"> + <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> </div> </form> |