diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/error.html | 2 | ||||
-rw-r--r-- | tpl/default/install.html | 2 | ||||
-rw-r--r-- | tpl/default/page.header.html | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tpl/default/error.html b/tpl/default/error.html index 4abac9ca..c3e0c3c1 100644 --- a/tpl/default/error.html +++ b/tpl/default/error.html | |||
@@ -15,7 +15,7 @@ | |||
15 | </pre> | 15 | </pre> |
16 | {/if} | 16 | {/if} |
17 | 17 | ||
18 | <img src="{asset_path}/img/sad_star.png#" alt=""> | 18 | <img src="{$asset_path}/img/sad_star.png#" alt=""> |
19 | </div> | 19 | </div> |
20 | {include="page.footer"} | 20 | {include="page.footer"} |
21 | </body> | 21 | </body> |
diff --git a/tpl/default/install.html b/tpl/default/install.html index 6f96c019..a506a2eb 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html | |||
@@ -10,7 +10,7 @@ | |||
10 | {$ratioLabelMobile='7-8'} | 10 | {$ratioLabelMobile='7-8'} |
11 | {$ratioInputMobile='1-8'} | 11 | {$ratioInputMobile='1-8'} |
12 | 12 | ||
13 | <form method="POST" action="{$base_path}/?do=install" name="installform" id="installform"> | 13 | <form method="POST" action="{$base_path}/install" name="installform" id="installform"> |
14 | <div class="pure-g"> | 14 | <div class="pure-g"> |
15 | <div class="pure-u-lg-1-6 pure-u-1-24"></div> | 15 | <div class="pure-u-lg-1-6 pure-u-1-24"></div> |
16 | <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-form-complete"> | 16 | <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-form-complete"> |
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 4fe2b69e..e4c7d91a 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -184,7 +184,7 @@ | |||
184 | </div> | 184 | </div> |
185 | {/if} | 185 | {/if} |
186 | 186 | ||
187 | {if="!empty($global_errors) && $is_logged_in"} | 187 | {if="!empty($global_errors)"} |
188 | <div class="pure-g header-alert-message pure-alert pure-alert-error pure-alert-closable" id="shaarli-errors-alert"> | 188 | <div class="pure-g header-alert-message pure-alert pure-alert-error pure-alert-closable" id="shaarli-errors-alert"> |
189 | <div class="pure-u-2-24"></div> | 189 | <div class="pure-u-2-24"></div> |
190 | <div class="pure-u-20-24"> | 190 | <div class="pure-u-20-24"> |
@@ -198,7 +198,7 @@ | |||
198 | </div> | 198 | </div> |
199 | {/if} | 199 | {/if} |
200 | 200 | ||
201 | {if="!empty($global_warnings) && $is_logged_in"} | 201 | {if="!empty($global_warnings)"} |
202 | <div class="pure-g header-alert-message pure-alert pure-alert-warning pure-alert-closable" id="shaarli-warnings-alert"> | 202 | <div class="pure-g header-alert-message pure-alert pure-alert-warning pure-alert-closable" id="shaarli-warnings-alert"> |
203 | <div class="pure-u-2-24"></div> | 203 | <div class="pure-u-2-24"></div> |
204 | <div class="pure-u-20-24"> | 204 | <div class="pure-u-20-24"> |
@@ -212,7 +212,7 @@ | |||
212 | </div> | 212 | </div> |
213 | {/if} | 213 | {/if} |
214 | 214 | ||
215 | {if="!empty($global_successes) && $is_logged_in"} | 215 | {if="!empty($global_successes)"} |
216 | <div class="pure-g header-alert-message new-version-message pure-alert pure-alert-success pure-alert-closable" id="shaarli-success-alert"> | 216 | <div class="pure-g header-alert-message new-version-message pure-alert pure-alert-success pure-alert-closable" id="shaarli-success-alert"> |
217 | <div class="pure-u-2-24"></div> | 217 | <div class="pure-u-2-24"></div> |
218 | <div class="pure-u-20-24"> | 218 | <div class="pure-u-20-24"> |