Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
50c6d102
Commit
50c6d102
authored
May 19, 2011
by
latham
Browse files
Sync some of our fixes. favicon.ico is just to
stop the 404s from new browsers that check.
parent
1c711c8e
Changes
5
Hide whitespace changes
Inline
Side-by-side
interface/web/favicon.ico
0 → 100644
View file @
50c6d102
18 KB
interface/web/help/lib/module.conf.php
View file @
50c6d102
...
...
@@ -13,7 +13,7 @@ $module['template'] = 'module.tpl.htm';
if
(
isset
(
$_GET
[
'go2_faq_sections_list'
]))
$module
[
'startpage'
]
=
'help/faq_sections_list.php'
;
else
$module
[
'startpage'
]
=
'help/
index
.php'
;
$module
[
'startpage'
]
=
'help/
version
.php'
;
//* The width of the tab. Normally you should leave this empty and let the browser define the width automatically.
$module
[
'tab_width'
]
=
''
;
...
...
@@ -94,4 +94,4 @@ $module['nav'][] = array( 'title' => 'About ISPConfig',
?>
?>
\ No newline at end of file
interface/web/mail/form/spamfilter_users.tform.php
View file @
50c6d102
...
...
@@ -78,7 +78,7 @@ $form["tabs"]['users'] = array (
'policy_id'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'default'
=>
'
5
'
,
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT id,policy_name FROM spamfilter_policy WHERE {AUTHSQL} ORDER BY policy_name'
,
'keyfield'
=>
'id'
,
...
...
@@ -122,4 +122,4 @@ $form["tabs"]['users'] = array (
);
?>
\ No newline at end of file
?>
interface/web/tools/lib/lang/es_usersettings.lng
View file @
50c6d102
...
...
@@ -5,6 +5,6 @@ $wb['language_txt'] = 'Idioma';
$wb
[
'password_mismatch'
]
=
'La contraseña indicada en el segundo campo no coincide con la del primero.'
;
$wb
[
'Form to edit the user password and language.'
]
=
'Formulario para editar el usuario y la contraseña.'
;
$wb
[
'Settings'
]
=
'Configuraciones'
;
$wb
[
'id_rsa_txt'
]
=
'
id_rsa
'
;
$wb
[
'ssh_rsa_txt'
]
=
'
ssh_rsa
'
;
$wb
[
'id_rsa_txt'
]
=
'
De claves RSA
'
;
$wb
[
'ssh_rsa_txt'
]
=
'
Claves SSH RSA
'
;
?>
interface/web/tools/templates/user_settings.htm
View file @
50c6d102
...
...
@@ -25,11 +25,11 @@
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"id_rsa"
>
id_rsa
</label>
<label
for=
"id_rsa"
>
{tmpl_var name='id_rsa_txt'}
</label>
<textarea
name=
"id_rsa"
id=
"id_rsa"
readonly
rows=
'10'
cols=
'30'
>
{tmpl_var name='id_rsa'}
</textarea>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"ssh_rsa"
>
ssh_rsa
</label>
<label
for=
"ssh_rsa"
>
{tmpl_var name='
ssh_rsa
_txt'}
</label>
<input
name=
"ssh_rsa"
id=
"ssh_rsa"
value=
"{tmpl_var name='ssh_rsa'}"
size=
"30"
maxlength=
"600"
type=
"text"
class=
"textInput"
/>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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