diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-21 13:24:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-21 13:24:38 +0200 |
commit | 437aa4082c70660cd6afc22cec2545af22bba520 (patch) | |
tree | 70af9b40c1b7202df209e242479c9895d6765bd9 /view/tpl/admin_profiles.tpl | |
parent | 46d6d1c329e52e7e705374f56d1a8da6277aa454 (diff) | |
parent | 0f9802a47c6a21f3293e8e2d1b7028031d4925fd (diff) | |
download | volse-hubzilla-437aa4082c70660cd6afc22cec2545af22bba520.tar.gz volse-hubzilla-437aa4082c70660cd6afc22cec2545af22bba520.tar.bz2 volse-hubzilla-437aa4082c70660cd6afc22cec2545af22bba520.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view/tpl/admin_profiles.tpl')
-rw-r--r-- | view/tpl/admin_profiles.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl index e3a08449c..0f00e0db5 100644 --- a/view/tpl/admin_profiles.tpl +++ b/view/tpl/admin_profiles.tpl @@ -15,7 +15,7 @@ {{include file="field_textarea.tpl" field=$basic}} {{include file="field_textarea.tpl" field=$advanced}} -<input type="submit" name="submit" value="{{$submit}}" /> +<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> </form> |