Merge branch 'flatpressblog:master' into upstream/issue147

This commit is contained in:
Frank Hochmuth 2023-04-09 21:43:41 +02:00 committed by GitHub
commit 8b789f57a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 19 deletions

View File

@ -1,11 +1,9 @@
img.floatleft {
float:left;
padding-right:10px;
}
img.floatright {
float:right;
padding-left:10px;
}
.bbcode_video.right {

View File

@ -16,3 +16,6 @@
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>