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_logs.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_logs.tpl')
-rwxr-xr-x | view/tpl/admin_logs.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_logs.tpl b/view/tpl/admin_logs.tpl index 6d2d7834c..844c487ee 100755 --- a/view/tpl/admin_logs.tpl +++ b/view/tpl/admin_logs.tpl @@ -8,7 +8,7 @@ {{include file="field_input.tpl" field=$logfile}} {{include file="field_select.tpl" field=$loglevel}} - <div class="submit"><input type="submit" name="page_logs" value="{{$submit}}" /></div> + <div class="submit"><button type="submit" name="page_logs" class="btn btn-primary">{{$submit}}</button></div> </form> |