Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
4699e1af
Commit
4699e1af
authored
Apr 29, 2010
by
Chantal Bernard-Putz
Browse files
modifications ergonomie
parent
df1b9ca9
Changes
9
Hide whitespace changes
Inline
Side-by-side
bureau/admin/hta_edit.php
View file @
4699e1af
...
...
@@ -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"
);
?>
\ No newline at end of file
<?php
include_once
(
"foot.php"
);
?>
bureau/admin/hta_edituser.php
View file @
4699e1af
...
...
@@ -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"
);
?>
\ No newline at end of file
<script
type=
"text/javascript"
>
document
.
forms
[
'
main
'
].
newpass
.
focus
();
document
.
forms
[
'
main
'
].
setAttribute
(
'
autocomplete
'
,
'
off
'
);
</script>
<?php
include_once
(
"foot.php"
);
?>
bureau/admin/hta_list.php
View file @
4699e1af
...
...
@@ -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"
);
?>
\ No newline at end of file
<?php
include_once
(
"foot.php"
);
?>
bureau/admin/mail_add.php
View file @
4699e1af
...
...
@@ -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"
>
...
...
bureau/admin/mail_del.php
View file @
4699e1af
...
...
@@ -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>
\ No newline at end of file
</html>
bureau/admin/mail_edit.php
View file @
4699e1af
...
...
@@ -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>"
;
...
...
bureau/admin/mail_list.php
View file @
4699e1af
...
...
@@ -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>
...
...
bureau/locales/Makefile
View file @
4699e1af
all
:
m
essages
.pot */LC_MESSAGES/m
essages
.po */LC_MESSAGES/manual.po
all
:
m
ailman_manual.pot mailman
.pot */LC_MESSAGES/m
ailman
.po */LC_MESSAGES/
mailman_
manual.po
m
essages
.pot
:
../*/*.php
m
ailman
.pot
:
../*/*.php
[
-r
$@
]
||
touch
$@
xgettext
--force-po
--omit-header
-o
$@
--keyword
=
__
--keyword
=
_
-L
PHP
--from-code
iso-8859-1
-j
$^
%/LC_MESSAGES/m
essages.po
:
messages
.pot
%/LC_MESSAGES/m
ailman.po
:
mailman
.pot
msgmerge
-v
-U
$@
$^
%/LC_MESSAGES/manual.po
:
manual.pot
%/LC_MESSAGES/
mailman_
manual.po
:
mailman_
manual.pot
msgmerge
-v
-U
$@
$^
bureau/locales/fr_FR/LC_MESSAGES/messages.po
View file @
4699e1af
...
...
@@ -2854,3 +2854,9 @@ msgstr "Compte"
msgid "Create a new AlternC account"
msgstr "Crer un nouveau compte AlternC"
msgid "Or only the accounts of:"
msgstr "Ou seulement les comptes de :"
msgid "Advanced features"
msgstr "Fonctionnalits avances"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment