fix title

git-svn-id: http://piwigo.org/svn/trunk@841 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2005-08-20 09:11:30 +00:00
parent 750f0aeccf
commit 4ec8520586
4 changed files with 17 additions and 31 deletions
+3 -12
View File
@@ -1,15 +1,6 @@
<!-- BEGIN errors -->
<div class="errors">
<ul>
<!-- BEGIN error -->
<li>{errors.error.ERROR}</li>
<!-- END error -->
</ul>
</div>
<!-- END errors -->
<!-- BEGIN confirmation -->
<div class="info">{L_CONFIRM}</div>
<!-- END confirmation -->
<!-- $Id$ -->
<h2>{lang:title_configuration}</h2>
<form method="post" action="{F_ACTION}">
<table width="100%" align="center">
<!-- BEGIN general -->
+2 -9
View File
@@ -1,12 +1,5 @@
<!-- BEGIN errors -->
<div class="errors">
<ul>
<!-- BEGIN error -->
<li>{errors.error.ERROR}</li>
<!-- END error -->
</ul>
</div>
<!-- END errors -->
<!-- $Id$ -->
<h2>{lang:title_thumbnails}</h2>
<!-- BEGIN results -->
<div class="admin">{L_RESULTS}</div>
+4
View File
@@ -1,3 +1,7 @@
<!-- $Id$ -->
<h2>{lang:title_update}</h2>
<!-- BEGIN update -->
<h3>{L_RESULT_UPDATE}</h3>
<ul>
+8 -10
View File
@@ -1,7 +1,7 @@
<form action="{F_ACTION}" method="post">
<!-- BEGIN confirmation -->
<div class="info">{L_WAITING_CONFIRMATION}</div>
<!-- END confirmation -->
<!-- $Id$ -->
<h2>{lang:title_waiting}</h2>
<form action="{F_ACTION}" method="post" id="waiting">
<table style="width:100%;" >
<tr class="throw">
<th style="width:20%;">{L_CATEGORY}</th>
@@ -32,11 +32,9 @@
</td>
</tr>
<!-- END picture -->
<tr>
<td colspan="6" align="center">
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
</td>
</tr>
</table>
<p>
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
</p>
</form>