mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
fix title
git-svn-id: http://piwigo.org/svn/trunk@841 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<h2>{lang:title_update}</h2>
|
||||
|
||||
<!-- BEGIN update -->
|
||||
<h3>{L_RESULT_UPDATE}</h3>
|
||||
<ul>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user