Don't show group filter in update page (#200)
The group filter can't filter the updates
This commit is contained in:
parent
91e8f3c571
commit
ed897f0615
templates/2k11/admin
@ -51,26 +51,27 @@
|
||||
<input name="serendipity[type]" type="hidden" value="{$type|escape}">
|
||||
|
||||
<div class="clearfix">
|
||||
<div id="plugin_groups" class="form_select">
|
||||
{if $only_group != UPGRADE}
|
||||
<div id="plugin_groups" class="form_select">
|
||||
<label for="only_group">{$CONST.GROUP}</label>
|
||||
<select id="only_group" name="serendipity[only_group]">
|
||||
{foreach $groupnames as $available_group => $available_name}
|
||||
<option value="{$available_group}"{if $only_group == $available_group} selected{/if}>{$available_name|default:$CONST.ALL_CATEGORIES}</option>
|
||||
{/foreach}
|
||||
{if $only_group != UPGRADE}<option value="UPGRADE"{if $only_group == UPGRADE} selected{/if}>{$CONST.WORD_NEW}</option>{/if}
|
||||
|
||||
|
||||
</select>
|
||||
|
||||
<div class="form_buttons">
|
||||
<input type="submit" value="{$CONST.GO}">
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div id="plugin_filter" class="form_field">
|
||||
<label for="pluginfilter">{$CONST.QUICKSEARCH}</label>
|
||||
<input id="pluginfilter" type="text">
|
||||
<button class="reset_livefilter icon_link" type="button" data-target="pluginfilter" title="{$CONST.RESET_FILTERS}"><span class="icon-cancel"></span><span class="visuallyhidden">{$CONST.RESET_FILTERS}</span></button>
|
||||
</div>
|
||||
<div class="form_buttons">
|
||||
<input type="submit" value="{$CONST.GO}">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
@ -2751,13 +2751,18 @@ img.mfp-img {
|
||||
.entryproperties_access_users,
|
||||
.entryproperties_access_author,
|
||||
.entryproperties_markup,
|
||||
#plugin_groups,
|
||||
#plugin_filter {
|
||||
#plugin_groups {
|
||||
float: left;
|
||||
margin-right: 2%;
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
#plugin_filter {
|
||||
display: inline-block;
|
||||
margin-right: 2%;
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
#plugin_groups .form_buttons {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user