Behebt falsches HTML und veraltete Attribute im Mediamanager Plugin

Fixes #221
This commit is contained in:
Fraenkiman 2023-03-26 18:10:46 +02:00
parent c19e64593e
commit b29005f989
2 changed files with 18 additions and 16 deletions

View File

@ -1,18 +1,21 @@
.type-attachs a {
padding-left: 25px;
background-image: url('unknown.gif');
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
background-image: url('unknown.gif');
background-repeat: no-repeat;
background-position: left center;
}
.type-images a {
padding-left: 25px;
background-image: url('image2.gif');
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
background-image: url('image2.gif');
background-repeat: no-repeat;
background-position: left center;
}
.type-gallery a {
padding-left: 25px;
background-image: url('folder.gif');
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
background-image: url('folder.gif');
background-repeat: no-repeat;
background-position: left center;
}
.colname {
width: 50%;
}

View File

@ -4,14 +4,13 @@
{include file="shared:errorlist.tpl"}
{html_form class="option-set"}
{$plang.page}: {$paginator.current} / {$paginator.total}</br>
{$plang.page}: {$paginator.current} / {$paginator.total}<br>
{if $currentgallery!=""}<h3>gallery '{$currentgallery}'</h3>{/if}
<table class="entrylist">
<thead>
<colgroup><col/><col width="50%"/><col/><col/><col/></colgroup>
<tr>
<th>&nbsp;</th>
<th>{$plang.colname}</th>
<th class="colname">{$plang.colname}</th>
<th>{$plang.colusecount}</th>
<th>{$plang.colsize}</th>
<th>{$plang.colmtime}</th>
@ -95,7 +94,7 @@
{$plang.selected}:
<select name='action'>
<option value='-'>{$plang.selectaction}</option>
<{foreach from=$dwgalleries item=v}
{foreach from=$dwgalleries item=v}
<option value='atg-{$v.name}'>{$plang.addtogallery} '{$v.name}'</option>
{/foreach}
</select>