diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-20 15:39:04 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:53 +0100 |
commit | 4daf556b72e4c86eb3a95be9cc6d99aaa66ad189 (patch) | |
tree | c956f02d48e74d35b2936baa826bcc9bd28e2e7b /tpl/default/export.html | |
parent | 411726c53a3e29540574c52f3a16edb060eb235e (diff) | |
download | Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.tar.gz Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.tar.zst Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.zip |
Use a class for 'window' titles instead of h2
Diffstat (limited to 'tpl/default/export.html')
-rw-r--r-- | tpl/default/export.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/export.html b/tpl/default/export.html index f6419763..2567ec0b 100644 --- a/tpl/default/export.html +++ b/tpl/default/export.html | |||
@@ -16,7 +16,7 @@ | |||
16 | <div class="pure-u-lg-1-4 pure-u-1-8"></div> | 16 | <div class="pure-u-lg-1-4 pure-u-1-8"></div> |
17 | <div class="pure-u-lg-1-2 pure-u-3-4 page-form page-form-complete"> | 17 | <div class="pure-u-lg-1-2 pure-u-3-4 page-form page-form-complete"> |
18 | <div> | 18 | <div> |
19 | <h2>{"Export Database"|t}</h2> | 19 | <h2 class="window-title">{"Export Database"|t}</h2> |
20 | </div> | 20 | </div> |
21 | <input type="hidden" name="do" value="export"> | 21 | <input type="hidden" name="do" value="export"> |
22 | <input type="hidden" name="token" value="{$token}"> | 22 | <input type="hidden" name="token" value="{$token}"> |