summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a76a83f)
raw | patch | inline | side by side (parent: a76a83f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 04:32:09 +0000 (04:32 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 04:32:09 +0000 (04:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3351 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 00f8914548def78c6da7910597a1ca645b093771..00919813fa203d317b9fc7aeff15ad660c074b65 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
$_SESSION['errors'].= "<div style='margin-left:15%;margin-top:100px;background-color:white;padding:5px;border:5px solid red;width:60%;position:absolute' id='e_layer'>".
"<table style='width:100%' summary='' border=0><tr><td style='vertical-align:top;padding:10px'><img alt='' src='".get_template_path('images/warning.png')."'></td>".
"<td style='width:100%'><h1>"._("An error occured while processing your request")."</h1>".
- "<b>$string</b> "._("Please check your input and fix the contents of the highlighted field. Press 'OK' to close this message box.")."</td>".
+ "<b>$string</b> "._("Please check your input and fix the error. Press 'OK' to close this message box.")."</td>".
"</tr><tr><td colspan='2' align='center'><br><button ".(($_SESSION['js']==FALSE)?"type='submit'":"type='button'")." style='width:80px' onClick='hide(\"e_layer\")'>"._("OK")."</button></td></tr></table></div>";
}
#########################