modifications ergonomie

This commit is contained in:
Chantal Bernard-Putz 2010-04-29 21:31:46 +00:00
parent df1b9ca92c
commit 4699e1af58
9 changed files with 34 additions and 9 deletions

View File

@ -46,6 +46,8 @@ if (!$dir) {
?>
<h3><?php printf(_("List of authorized user in folder %s"),$dir); ?></h3>
<hr id="topbar"/>
<br />
<?php
if (!count($r)) {
echo "<p class=\"error\">".sprintf(_("No authorized user in %s"),$dir)."</p>";
@ -117,4 +119,4 @@ document.forms['main'].user.focus();
document.forms['main'].setAttribute('autocomplete', 'off');
</script>
<?php include_once("foot.php"); ?>
<?php include_once("foot.php"); ?>

View File

@ -38,6 +38,8 @@ getFields($fields);
?>
<h3><?php printf(_("Editing user %s in the protected folder %s"),$user,$dir); ?></h3>
<hr id="topbar"/>
<br />
<?php
if ($error) {
echo "<p class=\"error\">$error</p>";
@ -54,4 +56,8 @@ getFields($fields);
<tr><td colspan="2"><input type="submit" class="inb" value="<?php __("Change the password"); ?>" /></td></tr>
</table>
</form>
<?php include_once("foot.php"); ?>
<script type="text/javascript">
document.forms['main'].newpass.focus();
document.forms['main'].setAttribute('autocomplete', 'off');
</script>
<?php include_once("foot.php"); ?>

View File

@ -39,6 +39,8 @@ else {
?>
<h3><?php __("Protected folders list"); ?></h3>
<hr id="topbar"/>
<br />
<?php
if ($error) {
echo "<p class=\"error\">$error</p>";
@ -89,4 +91,4 @@ for($i=0;$i<count($r);$i++){
<p>
<?php $mem->show_help("hta_list"); ?>
</p>
<?php include_once("foot.php"); ?>
<?php include_once("foot.php"); ?>

View File

@ -46,7 +46,8 @@ if ($error) {
}
?>
<hr id="topbar"/>
<br />
<form action="mail_doadd.php" method="post" name="main" id="main">
<input type="hidden" name="domain" value="<?php echo $domain; ?>" />
<table class="tedit">

View File

@ -61,6 +61,8 @@ include("mail_list.php");
</head>
<body>
<h3><?php __("Deleting mail accounts"); ?> : </h3>
<hr id="topbar"/>
<br />
<p><?php __("Please confirm the deletion of the following mail accounts:"); ?></p>
<form method="post" action="mail_del.php" id="main">
<p>
@ -87,4 +89,4 @@ while (list($key,$val)=each($d)) {
</form>
<?php include_once("foot.php"); ?>
</body>
</html>
</html>

View File

@ -46,6 +46,8 @@ else
?>
<h3><?php printf(_("Edit an email address of the domain %s"),$domain); ?> : </h3>
<hr id="topbar"/>
<br />
<?php
if ($error_edit) {
echo "<p class=\"error\">$error_edit</p>";

View File

@ -52,6 +52,8 @@ if ($error) {
echo "<p class=\"error\">$error</p>";
}
?>
<hr id="topbar"/>
<br />
<p>
<span class="inb"><a href="mail_add.php?domain=<?php echo $domain; ?>"><?php printf(_("Add a mailbox on <b>%s</b>"),$domain); ?></a></span>
<span class="inb"><a href="mail_add.php?many=1&amp;domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>
@ -68,6 +70,8 @@ if ($error) {
echo "<p class=\"error\">$error</p>";
}
?>
<hr id="topbar"/>
<br />
<p>
<span class="inb"><a href="mail_add.php?domain=<?php echo $domain; ?>"><?php printf(_("Add a mailbox on <b>%s</b>"),$domain); ?></a></span>
<span class="inb"><a href="mail_add.php?many=1&amp;domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>

View File

@ -1,12 +1,12 @@
all: messages.pot */LC_MESSAGES/messages.po */LC_MESSAGES/manual.po
all: mailman_manual.pot mailman.pot */LC_MESSAGES/mailman.po */LC_MESSAGES/mailman_manual.po
messages.pot: ../*/*.php
mailman.pot: ../*/*.php
[ -r $@ ] || touch $@
xgettext --force-po --omit-header -o $@ --keyword=__ --keyword=_ -L PHP --from-code iso-8859-1 -j $^
%/LC_MESSAGES/messages.po: messages.pot
%/LC_MESSAGES/mailman.po: mailman.pot
msgmerge -v -U $@ $^
%/LC_MESSAGES/manual.po: manual.pot
%/LC_MESSAGES/mailman_manual.po: mailman_manual.pot
msgmerge -v -U $@ $^

View File

@ -2854,3 +2854,9 @@ msgstr "Compte"
msgid "Create a new AlternC account"
msgstr "Créer un nouveau compte AlternC"
msgid "Or only the accounts of:"
msgstr "Ou seulement les comptes de&nbsp;:"
msgid "Advanced features"
msgstr "Fonctionnalités avancées"