diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index d011d7ba..40838feb 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -950,7 +950,7 @@ @define('INSTALL_OFFSET_ON_SERVER_TIME_DESC', 'Eintragszeiten nach Server-Zeitzone eintragen oder nicht. YES wählt die Server-Zeitzone als Basis, NO wählt GMT.'); @define('NOT_WRITABLE_SPARTACUS', ' (Nur notwendig wenn Spartacus zur Plugin-Installation über das Internet genutzt werden soll)'); @define('MEDIA_ALT', 'ALT-Attribut (Bildinhalt oder Kurzbeschreibung)'); -@define('MEDIA_PROPERTY_ALT', 'Bildinhalt (Zusammenfassung für das ALT-Attribut)'); +@define('MEDIA_PROPERTY_ALT', 'Bildinhalt (im ALT-Attribut)'); @define('MEDIA_TITLE', 'TITLE-Attribut (wird beim Überfahren mit der Maus angezeigt)'); @define('QUICKSEARCH_SORT', 'How should search-results be sorted?'); diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 9d55e81e..4c22e728 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -950,7 +950,7 @@ @define('INSTALL_OFFSET_ON_SERVER_TIME_DESC', 'Eintragszeiten nach Server-Zeitzone eintragen oder nicht. YES wählt die Server-Zeitzone als Basis, NO wählt GMT.'); @define('NOT_WRITABLE_SPARTACUS', ' (Nur notwendig wenn Spartacus zur Plugin-Installation über das Internet genutzt werden soll)'); @define('MEDIA_ALT', 'ALT-Attribut (Bildinhalt oder Kurzbeschreibung)'); -@define('MEDIA_PROPERTY_ALT', 'Bildinhalt (Zusammenfassung für das ALT-Attribut)'); +@define('MEDIA_PROPERTY_ALT', 'Bildinhalt (im ALT-Attribut)'); @define('MEDIA_TITLE', 'TITLE-Attribut (wird beim Überfahren mit der Maus angezeigt)'); @define('QUICKSEARCH_SORT', 'How should search-results be sorted?'); diff --git a/templates/2k11/admin/media_pane.tpl b/templates/2k11/admin/media_pane.tpl index 55922417..44a1d221 100644 --- a/templates/2k11/admin/media_pane.tpl +++ b/templates/2k11/admin/media_pane.tpl @@ -58,13 +58,13 @@ {$CONST.FILTERS} {* Keep in mind that $media.sort_order is different than $media.sortorder! The first is for building the key names; the second is the value that was set by POST! *}
- {foreach $media.sort_order AS $filter} + {foreach $media.sort_order AS $filtername => $filter} -
+
6} bp_filters{/if}"> {if $filter.type == 'date' || $filter.type == 'intrange'}
- {$CONST.SORT_BY} ({$filter.desc}) + {$filter.desc} {else}
@@ -82,9 +82,9 @@
- + - +
{elseif $filter.type == 'authors'} @@ -96,7 +96,7 @@ {/foreach} - {else}{* this is type string w/o being named *} + {else}{* this is of type string w/o being named *} {* label is already set on loop start, when type is not date or intrange *} {/if} @@ -109,6 +109,17 @@ {/if}
+ {if $filter@last AND !$media.simpleFilters} + +
+
+ +
+ mediaproperties metadata  +
+
+
+ {/if} {/foreach}
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 57b531f5..0df967af 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -983,7 +983,16 @@ input[type=checkbox], #media_filter > .keywords { margin-bottom: 0.75em; } - +#media_filter .bp_note, +#media_filter .bp_filters input { + background-color: rgba(0, 87, 128, 0.08); +} +#media_filter .bp_note { + margin-top: 2.25em; + display: inline-block; + padding: 1px; + border: 1px solid #CCC; +} #media_filter_path .form_select { margin: 0 0 0 .125em; }