1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-viewlogfiles-1.8.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/viewlogfiles mezzanine_patched_e-smith-viewlogfiles-1.8.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/viewlogfiles |
2 |
|
|
--- e-smith-viewlogfiles-1.8.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/viewlogfiles 2003-06-25 07:04:06.000000000 +1000 |
3 |
|
|
+++ mezzanine_patched_e-smith-viewlogfiles-1.8.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/viewlogfiles 2008-02-10 08:56:58.000000000 +1100 |
4 |
|
|
@@ -2,9 +2,10 @@ |
5 |
|
|
--> |
6 |
|
|
<lexicon lang="en-us"> |
7 |
|
|
<entry> |
8 |
|
|
- <base>FORM_TITLE</base> |
9 |
|
|
+ <base>View log files</base> |
10 |
|
|
<trans>View log files</trans> |
11 |
|
|
</entry> |
12 |
|
|
+ |
13 |
|
|
<entry> |
14 |
|
|
<base>FIRSTPAGE_DESC</base> |
15 |
|
|
<trans> |
16 |
|
|
@@ -131,15 +132,4 @@ |
17 |
|
|
<base>DOWNLOAD_FILE</base> |
18 |
|
|
<trans>Preparing to download the logfile {$logfile}.</trans> |
19 |
|
|
</entry> |
20 |
|
|
- |
21 |
|
|
- <entry> |
22 |
|
|
- <base>Administration</base> |
23 |
|
|
- <trans>Administration</trans> |
24 |
|
|
- </entry> |
25 |
|
|
- |
26 |
|
|
- <entry> |
27 |
|
|
- <base>View log files</base> |
28 |
|
|
- <trans>View log files</trans> |
29 |
|
|
- </entry> |
30 |
|
|
- |
31 |
|
|
</lexicon> |
32 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles mezzanine_patched_e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles |
33 |
|
|
--- e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles 2008-02-10 09:00:30.000000000 +1100 |
34 |
|
|
+++ mezzanine_patched_e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles 2008-02-10 08:57:50.000000000 +1100 |
35 |
|
|
@@ -450,7 +450,7 @@ |
36 |
|
|
} |
37 |
|
|
|
38 |
|
|
__DATA__ |
39 |
|
|
-<form title="FORM_TITLE" header="/etc/e-smith/web/common/head.tmpl" footer="/etc/e-smith/web/common/foot.tmpl"> |
40 |
|
|
+<form title="View log files" header="/etc/e-smith/web/common/head.tmpl" footer="/etc/e-smith/web/common/foot.tmpl"> |
41 |
|
|
<page name="Initial" |
42 |
|
|
pre-event="print_status_message()"> |
43 |
|
|
<description>FIRSTPAGE_DESC</description> |