Simplified current template box.

This commit is contained in:
Matthias Mees 2013-05-31 16:35:53 +02:00
parent 88e5c9a1ba
commit 6507fa5b1d
2 changed files with 3 additions and 10 deletions

View File

@ -454,8 +454,7 @@ form > a,
#mediaPropertyForm footer b,
#entries_list .entry_info span,
.folder_name,
#serendipityScaleForm .form_field label,
#template_select .installed {
#serendipityScaleForm .form_field label {
display: inline-block;
}
@ -1247,10 +1246,6 @@ form > .button_link:first-of-type { margin-top: 0; }
width: 100px;
}
#template_select .installed {
margin-right: .5em;
}
.zebra_list,
#categories .odd,
#categories .even,
@ -1389,6 +1384,7 @@ form > .button_link:first-of-type { margin-top: 0; }
.pluginmanager_description { margin: 0 0 .5em; }
#template_select h3,
.media_file h3 { margin: .5em 0 1em; }
.media_file .form_check input {

View File

@ -54,10 +54,7 @@
</details>
</div>
<div class="template_status">
<span class="installed"><span class="icon-ok-circle"></span> {$CONST.ALREADY_INSTALLED}</span>
<a class="button_link state_submit" href="?serendipity[adminModule]=templates&amp;serendipity[adminAction]=editConfiguration">{$CONST.CONFIGURATION}</a>
</div>
<a class="button_link state_submit" href="?serendipity[adminModule]=templates&amp;serendipity[adminAction]=editConfiguration">{$CONST.CONFIGURATION}</a>
</article>
<h2>{$CONST.SELECT_TEMPLATE}</h2>