mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 13:32:52 +02:00
Issue 0000615: End of page replaced by icon/page_end.png
git-svn-id: http://piwigo.org/svn/trunk@1732 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -614,4 +614,6 @@ $lang['w_month'] = 'Month';
|
||||
$lang['yes'] = 'Yes';
|
||||
$lang['note_filter_day'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s day.';
|
||||
$lang['note_filter_days'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s days.';
|
||||
$lang['page_end'] = 'Page bottom';
|
||||
|
||||
?>
|
||||
|
||||
@@ -615,4 +615,6 @@ $lang['w_month'] = 'Mois';
|
||||
$lang['yes'] = 'Oui';
|
||||
$lang['note_filter_day'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jour.';
|
||||
$lang['note_filter_days'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jours.';
|
||||
?>
|
||||
$lang['page_end'] = 'Bas de page';
|
||||
|
||||
?>
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
<form id="addVirtual" action="{F_ACTION}" method="post">
|
||||
<p>
|
||||
{L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
|
||||
<input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
|
||||
<input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
|
||||
<a href="#EoP" class="button"><img src="{themeconf:icon_dir}/page_end.png" class="button" alt="{lang:page_end}" /></a>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<!-- BEGIN categories -->
|
||||
<form id="categoryOrdering" action="{F_ACTION}" method="post">
|
||||
<h5><a href="#EoP">{lang:end_of_page}</a></h5>
|
||||
<ul class="categoryUl">
|
||||
|
||||
<!-- BEGIN category -->
|
||||
|
||||
@@ -39,7 +39,9 @@ A {
|
||||
A:hover {
|
||||
border-bottom: 1px solid #858460;
|
||||
}
|
||||
|
||||
A.button, A.button:hover {
|
||||
border: 0;
|
||||
}
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
|
||||
BIN
template/yoga/icon/page_end.png
Normal file
BIN
template/yoga/icon/page_end.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 536 B |
BIN
template/yoga/icon/page_top.png
Normal file
BIN
template/yoga/icon/page_top.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 555 B |
Reference in New Issue
Block a user