Skip to content

Commit

Permalink
fixed some problems in clearcache template, see #174 .
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKu committed Apr 24, 2018
1 parent 3a38c5f commit 0cd09ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/admin/pages/clearcache.tpl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- Default box -->
<div class="box">
<div class="box-header">
<h3 class="box-title">{$RAW_TITLE}</h3>
<h3 class="box-title">{lang}Clear cache{/lang}</h3>
</div>
<div class="box-body">
<p style="border: 1px solid green; background: yellowgreen; color:green; padding: 5px; ">{$success_message}</p>
</div>
<!-- /.box-body -->
<div class="box-footer">
{$FOOTER}
&nbsp;
</div>
<!-- /.box-footer-->
</div>
Expand Down

0 comments on commit 0cd09ca

Please sign in to comment.