Merge branch 'flatpressblog:master' into upstream/issue223
This commit is contained in:
commit
ede3d18abd
@ -1,11 +1,9 @@
|
|||||||
img.floatleft {
|
img.floatleft {
|
||||||
float:left;
|
float:left;
|
||||||
padding-right:10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img.floatright {
|
img.floatright {
|
||||||
float:right;
|
float:right;
|
||||||
padding-left:10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bbcode_video.right {
|
.bbcode_video.right {
|
||||||
|
@ -1,18 +1,21 @@
|
|||||||
.type-attachs a {
|
.type-attachs a {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
background-image: url('unknown.gif');
|
background-image: url('unknown.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
.type-images a {
|
.type-images a {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
background-image: url('image2.gif');
|
background-image: url('image2.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
.type-gallery a {
|
.type-gallery a {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
background-image: url('folder.gif');
|
background-image: url('folder.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
}
|
||||||
|
.colname {
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
@ -4,14 +4,13 @@
|
|||||||
{include file="shared:errorlist.tpl"}
|
{include file="shared:errorlist.tpl"}
|
||||||
|
|
||||||
{html_form class="option-set"}
|
{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}
|
{if $currentgallery!=""}<h3>gallery '{$currentgallery}'</h3>{/if}
|
||||||
<table class="entrylist">
|
<table class="entrylist">
|
||||||
<thead>
|
<thead>
|
||||||
<colgroup><col/><col width="50%"/><col/><col/><col/></colgroup>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>{$plang.colname}</th>
|
<th class="colname">{$plang.colname}</th>
|
||||||
<th>{$plang.colusecount}</th>
|
<th>{$plang.colusecount}</th>
|
||||||
<th>{$plang.colsize}</th>
|
<th>{$plang.colsize}</th>
|
||||||
<th>{$plang.colmtime}</th>
|
<th>{$plang.colmtime}</th>
|
||||||
@ -95,7 +94,7 @@
|
|||||||
{$plang.selected}:
|
{$plang.selected}:
|
||||||
<select name='action'>
|
<select name='action'>
|
||||||
<option value='-'>{$plang.selectaction}</option>
|
<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>
|
<option value='atg-{$v.name}'>{$plang.addtogallery} '{$v.name}'</option>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user