summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e817825)
raw | patch | inline | side by side (parent: e817825)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Feb 2006 05:46:21 +0000 (05:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Feb 2006 05:46:21 +0000 (05:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2754 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history | |
plugins/admin/systems/class_baseSelectDialog.inc | patch | blob | history | |
plugins/personal/generic/generic.tpl | patch | blob | history |
index f1cdb16526be02e79a588c5f52e2b6fc85a031c7..8c382d00ddd82c1b6949eca73c85275ff51b21ef 100644 (file)
var $SaveButtonString = "";
var $CloseButtonString = "";
+
var $string_Title = "";
var $string_ListHeader = "";
var $string_Summary = "";
diff --git a/plugins/admin/systems/class_baseSelectDialog.inc b/plugins/admin/systems/class_baseSelectDialog.inc
index 9db43a10292897c6d30b79ad993bf54e48949493..445017fefd81538b7ee5612c7f9aef1887444b8e 100644 (file)
$this->EnableCloseButton(true);
$this->EnableSaveButton (true);
+ $this->SetSaveButtonString(_("Use"));
+ $this->SetCloseButtonString(_("Cancel"));
+
$this->AddHeader(array("string"=>" ","attach"=>"style='width:20px;'"));
$this->AddHeader(array("string"=>"Base"));
$this->AddHeader(array("string"=>"Option","attach"=>"style='width:50px;border-right:0px;'"));
index 1af32ea6bee13db30c09cc3faeec9b1cd3551436..fbe478cac5656cfda715f5c984cb9b4a5b5cc8c4 100644 (file)
<select id="base" size="1" name="base" {$selectmode} title="{t}Choose subtree to place user in{/t}">
{html_options options=$bases selected=$base_select}
</select>
- <input type="image" name="chooseBase" src="images/folder.png">
+ <input type="image" name="chooseBase" src="images/folder.png" class="center">
</td>
</tr>
</table>