Skip to content

Commit 50c6d10

Browse files
author
latham
committed
Sync some of our fixes. favicon.ico is just to
stop the 404s from new browsers that check.
1 parent 1c711c8 commit 50c6d10

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

interface/web/favicon.ico

18 KB
Binary file not shown.

interface/web/help/lib/module.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if(isset($_GET['go2_faq_sections_list']))
1414
$module['startpage'] = 'help/faq_sections_list.php';
1515
else
16-
$module['startpage'] = 'help/index.php';
16+
$module['startpage'] = 'help/version.php';
1717

1818
//* The width of the tab. Normally you should leave this empty and let the browser define the width automatically.
1919
$module['tab_width'] = '';
@@ -94,4 +94,4 @@
9494

9595

9696

97-
?>
97+
?>

interface/web/mail/form/spamfilter_users.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'policy_id' => array (
7979
'datatype' => 'INTEGER',
8080
'formtype' => 'SELECT',
81-
'default' => '',
81+
'default' => '5',
8282
'datasource' => array ( 'type' => 'SQL',
8383
'querystring' => 'SELECT id,policy_name FROM spamfilter_policy WHERE {AUTHSQL} ORDER BY policy_name',
8484
'keyfield'=> 'id',
@@ -122,4 +122,4 @@
122122
);
123123

124124

125-
?>
125+
?>

interface/web/tools/lib/lang/es_usersettings.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $wb['language_txt'] = 'Idioma';
55
$wb['password_mismatch'] = 'La contraseña indicada en el segundo campo no coincide con la del primero.';
66
$wb['Form to edit the user password and language.'] = 'Formulario para editar el usuario y la contraseña.';
77
$wb['Settings'] = 'Configuraciones';
8-
$wb['id_rsa_txt'] = 'id_rsa';
9-
$wb['ssh_rsa_txt'] = 'ssh_rsa';
8+
$wb['id_rsa_txt'] = 'De claves RSA';
9+
$wb['ssh_rsa_txt'] = 'Claves SSH RSA';
1010
?>

interface/web/tools/templates/user_settings.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ <h2><tmpl_var name="list_head_txt"></h2>
2525
</select>
2626
</div>
2727
<div class="ctrlHolder">
28-
<label for="id_rsa">id_rsa</label>
28+
<label for="id_rsa">{tmpl_var name='id_rsa_txt'}</label>
2929
<textarea name="id_rsa" id="id_rsa" readonly rows='10' cols='30'>{tmpl_var name='id_rsa'}</textarea>
3030
</div>
3131
<div class="ctrlHolder">
32-
<label for="ssh_rsa">ssh_rsa</label>
32+
<label for="ssh_rsa">{tmpl_var name='ssh_rsa_txt'}</label>
3333
<input name="ssh_rsa" id="ssh_rsa" value="{tmpl_var name='ssh_rsa'}" size="30" maxlength="600" type="text" class="textInput" />
3434
</div>
3535

0 commit comments

Comments
 (0)