summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0978e75)
raw | patch | inline | side by side (parent: 0978e75)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 May 2006 06:33:39 +0000 (06:33 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 May 2006 06:33:39 +0000 (06:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3326 594d385d-05f5-0310-b6e9-bd551577e9d8
ihtml/themes/default/framework.tpl | patch | blob | history | |
include/functions.inc | patch | blob | history |
index 5fdfa2a9df68d3d9e73098e93fc42da2d8dd75f8..aecd63b3bff7edb111e1917b06e0ecfb8639f145 100644 (file)
<table style="vertical-align:top; text-align:justify; background-color: #F8F8F8; margin-top:7px; margin-left:7px; margin-right:7px; width:99%" summary="">
<tr>
<td>
- {$errors}
{$contents}
</td>
</tr>
diff --git a/include/functions.inc b/include/functions.inc
index 2da2847f498b46d65b6dd7d3ece9b91b328cf8a7..cee7bf691a4b24ddfebe3c103e8f62e9b6e375b8 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
$_SESSION['errorsAlreadyPosted'][$string] ++;
}else{
- if((!empty($_SESSION['LastError'])) && ($_SESSION['errorsAlreadyPosted'][$_SESSION['LastError']]>1)){
- $_SESSION['errors'].= "<div align=\"left\" style=\"border-width:5px;".
- "border-style:solid;border-color:red; background-color:black;".
- "margin-bottom:10px; padding:8px;\"><table style='width:100%' summary=''><tr><td><img alt=\"\" src=\"".
- get_template_path('images/warning.png')."\"></td>".
- "<td width=\"100%\" style=\"text-align:center\"><font color=\"#FFFFFF\">".
- "<b style='font-size:16px;'>".sprintf(_("Last message repeated %s times."),$_SESSION['errorsAlreadyPosted'][$_SESSION['LastError']])."</b></font></td><td>".
- "<img alt=\"\"src=\"".get_template_path('images/warning.png').
- "\"></td></tr></table></div>\n";
- }
-
+# if((!empty($_SESSION['LastError'])) && ($_SESSION['errorsAlreadyPosted'][$_SESSION['LastError']]>1)){
+# $_SESSION['errors'].= "<div align=\"left\" style=\"border-width:5px;".
+# "border-style:solid;border-color:red; background-color:black;".
+# "margin-bottom:10px; padding:8px;\"><table style='width:100%' summary=''><tr><td><img alt=\"\" src=\"".
+# get_template_path('images/warning.png')."\"></td>".
+# "<td width=\"100%\" style=\"text-align:center\"><font color=\"#FFFFFF\">".
+# "<b style='font-size:16px;'>".sprintf(_("Last message repeated %s times."),$_SESSION['errorsAlreadyPosted'][$_SESSION['LastError']])."</b></font></td><td>".
+# "<img alt=\"\"src=\"".get_template_path('images/warning.png').
+# "\"></td></tr></table></div>\n";
+# }
+
+# if($string != NULL){
+# $_SESSION['errors'].= "<div align=\"left\" style=\"border-width:5px;".
+# "border-style:solid;border-color:red; background-color:black;".
+# "margin-bottom:10px; padding:8px;\"><table style='width:100%' summary=''><tr><td><img alt=\"\" src=\"".
+# get_template_path('images/warning.png')."\"></td>".
+# "<td width=\"100%\" style=\"text-align:center\"><font color=\"#FFFFFF\">".
+# "<b style='font-size:16px;'>$string</b></font></td><td>".
+# "<img alt=\"\"src=\"".get_template_path('images/warning.png').
+# "\"></td></tr></table></div>\n";
+######### Test #########
if($string != NULL){
- $_SESSION['errors'].= "<div align=\"left\" style=\"border-width:5px;".
- "border-style:solid;border-color:red; background-color:black;".
- "margin-bottom:10px; padding:8px;\"><table style='width:100%' summary=''><tr><td><img alt=\"\" src=\"".
- get_template_path('images/warning.png')."\"></td>".
- "<td width=\"100%\" style=\"text-align:center\"><font color=\"#FFFFFF\">".
- "<b style='font-size:16px;'>$string</b></font></td><td>".
- "<img alt=\"\"src=\"".get_template_path('images/warning.png').
- "\"></td></tr></table></div>\n";
+ if (!preg_match('/[.!?]$/', $string)){
+ $string.= ".";
+ }
+ $string= preg_replace('/<br>/', ' ', $string);
+ $_SESSION['errors'].= "<div style='margin-left:15%;margin-top:100px;background-color:white;padding:5px;border:3px solid red;width:60%;position:absolute'>".
+ "<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 checking the formular input")."</h1>".
+ "<b>$string</b> "._("Please check your input and fix the contents of the highlighted field. Pess 'OK' to close this message box.")."</td>".
+ "</tr><tr><td colspan='2' align='center'><br><input id='edit_ok' type='submit' name='error_ok' style='width:80px' value='"._("OK")."'></td></tr></table></div>";
+ #########################
+
}else{
return;
}
$_SESSION['errorsAlreadyPosted'] = array();
$_SESSION['errorsAlreadyPosted'][$string] = 1;
-#Test
-if (!preg_match('/[.!?]$/', $string)){
- $string.= ".";
-}
-$_SESSION['errors'].= "<div style='background-color:white;padding:5px;border:2px solid #706060;width:60%'>".
-"<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 checking the formular input")."</h1>".
-"<b>$string</b> "._("Please check your input and fix the contents of the highlighted field. Pess 'OK' to close this message box.")."</td>".
-"</tr><tr><td colspan='2' align='center'><br><input id='edit_ok' type='submit' name='error_ok' style='width:80px' value='"._("OK")."'></td></tr></table></div>";
-
}
} else {
$display.= " ";
$display.= "</div>\n";
}
+ if (isset($_SESSION['errors'])){
+ $display.= $_SESSION['errors'];
+ }
return ($display);
}