From 49187026cb5584c33ed72d6e7f4455e315322723 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 25 Oct 2006 20:30:17 +0000 Subject: [PATCH] Changed error messages so that the page would display first, then show the error message on top of it, instead of showing the error message on top of a blank screen. --- campcaster/src/modules/htmlUI/var/templates/footer.tpl | 7 +++++++ campcaster/src/modules/htmlUI/var/templates/popup/help.tpl | 2 +- .../src/modules/htmlUI/var/templates/script/basics.js.tpl | 4 ---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/campcaster/src/modules/htmlUI/var/templates/footer.tpl b/campcaster/src/modules/htmlUI/var/templates/footer.tpl index 65b5ef19f..61bf309d3 100644 --- a/campcaster/src/modules/htmlUI/var/templates/footer.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/footer.tpl @@ -1,4 +1,11 @@ + + diff --git a/campcaster/src/modules/htmlUI/var/templates/popup/help.tpl b/campcaster/src/modules/htmlUI/var/templates/popup/help.tpl index 9c6839b99..2921b4944 100644 --- a/campcaster/src/modules/htmlUI/var/templates/popup/help.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/popup/help.tpl @@ -268,7 +268,7 @@ DIV.blockquote

Troubleshooting

File Upload

-

If you encounter the message The uploadet filer is bigger than allowed in system settings. most probably the file size is bigger than +

If you encounter the message The uploaded file is bigger than allowed in system settings. most probably the file size is bigger than allowed in the PHP system settings of the machine you are running Campcaster on. Please increase the settings of "upload_max_filesize" and "post_max_size" in diff --git a/campcaster/src/modules/htmlUI/var/templates/script/basics.js.tpl b/campcaster/src/modules/htmlUI/var/templates/script/basics.js.tpl index e174da3e8..8b4199345 100644 --- a/campcaster/src/modules/htmlUI/var/templates/script/basics.js.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/script/basics.js.tpl @@ -110,10 +110,6 @@ } {/literal} - {UIBROWSER->getAlertMsg assign='alertMsg'} - {if $alertMsg} - alert('{$alertMsg}'); - {/if}