summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b2bf90f)
raw | patch | inline | side by side (parent: b2bf90f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 12:43:15 +0000 (12:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 12:43:15 +0000 (12:43 +0000) |
include/functions.inc | patch | blob | history | |
plugins/addons/addressbook/contents.tpl | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 2810e186e9f5cd0b579979cd5263816260432671..ed1364b9816bc06e46aef2bc4d3153925d42c1ed 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
if (isset($_SESSION['DEBUGLEVEL'])){
$_SESSION['errors'].= "<div align=\"left\" style=\"border-width:5px;".
"border-style:solid;border-color:red; background-color:black;".
- "margin-bottom:10px; padding:8px;\"><table summary=\"\" ><tr><td><img alt=\"\" src=\"".
+ "margin-bottom:10px; padding:8px;\"><table summary=''><tr><td><img alt=\"\" src=\"".
get_template_path('images/warning.png')."\"></td>".
"<td width=\"100%\" align=\"center\"><font color=\"#FFFFFF\">".
"<b style='font-size:16px;'>$string</b></font></td><td>".
$apply= "";
$apply= ''.
- '<table summary=\"\" width="100%" style="background:#EEEEEE;border-top:1px solid #B0B0B0;"><tr><td width="100%" align="right">'.
+ '<table summary="" width="100%" style="background:#EEEEEE;border-top:1px solid #B0B0B0;"><tr><td width="100%" align="right">'.
'<input type="submit" name="apply" value="'._("Apply").'"></td></tr></table>';
return ($apply);
index 963fb748bc36fee364be203266f3595253cc3594..48e82ae6f348d8100c4327d3751cd0a45f75f6f2 100644 (file)
<td>
<select name="search_base" size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplist selected=$depselect}
- <option disabled></option>
+ <option disabled> </option>
</select>
</td>
</tr>
<td>
<select name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
{html_options options=$objlist selected=$object_type}
- <option disabled></option>
+ <option disabled> </option>
</select>
</td>
</tr>