modifications ergonomie
This commit is contained in:
parent
df1b9ca92c
commit
4699e1af58
|
@ -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"); ?>
|
||||
|
|
|
@ -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"); ?>
|
||||
|
|
|
@ -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"); ?>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>";
|
||||
|
|
|
@ -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&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&domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>
|
||||
|
|
|
@ -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 $@ $^
|
||||
|
|
|
@ -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 :"
|
||||
|
||||
msgid "Advanced features"
|
||||
msgstr "Fonctionnalités avancées"
|
||||
|
|
Loading…
Reference in New Issue