1 |
snetram |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup |
2 |
|
|
--- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-27 10:28:40.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-27 10:26:13.000000000 +0200 |
4 |
|
|
@@ -154,10 +154,6 @@ |
5 |
|
|
<trans>Select an action</trans> |
6 |
|
|
</entry> |
7 |
|
|
<entry> |
8 |
|
|
- <base>PERFORM</base> |
9 |
|
|
- <trans>Perform</trans> |
10 |
|
|
- </entry> |
11 |
|
|
- <entry> |
12 |
|
|
<base>X_BACKUP_OR_RESTORE</base> |
13 |
|
|
<trans>X Backup or restore server data</trans> |
14 |
|
|
</entry> |
15 |
|
|
@@ -204,10 +200,6 @@ |
16 |
|
|
<trans>Backup file to restore from</trans> |
17 |
|
|
</entry> |
18 |
|
|
<entry> |
19 |
|
|
- <base>RESTORE</base> |
20 |
|
|
- <trans>Restore</trans> |
21 |
|
|
- </entry> |
22 |
|
|
- <entry> |
23 |
|
|
<base>VERIFY_BACKUP_DESC</base> |
24 |
|
|
<trans> |
25 |
|
|
<![CDATA[ |
26 |
|
|
@@ -615,10 +607,6 @@ |
27 |
|
|
</trans> |
28 |
|
|
</entry> |
29 |
|
|
<entry> |
30 |
|
|
- <base>WORKSTN_PASSWORD</base> |
31 |
|
|
- <trans>Password</trans> |
32 |
|
|
- </entry> |
33 |
|
|
- <entry> |
34 |
|
|
<base>WORKSTATION_BACKUP_DEST</base> |
35 |
|
|
<trans>Backup workstation settings</trans> |
36 |
|
|
</entry> |
37 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup |
38 |
|
|
--- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-27 10:28:40.000000000 +0200 |
39 |
|
|
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-27 10:27:46.000000000 +0200 |
40 |
|
|
@@ -1326,7 +1326,7 @@ |
41 |
|
|
print $q->Tr( |
42 |
|
|
esmith::cgi::genCell( |
43 |
|
|
$q, |
44 |
|
|
- $fm->localise('WORKSTN_PASSWORD') |
45 |
|
|
+ $fm->localise('PASSWORD') |
46 |
|
|
), |
47 |
|
|
|
48 |
|
|
esmith::cgi::genCell ($q, $q->textfield (-name => 'backupwkPassword', |