summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28ce674)
raw | patch | inline | side by side (parent: 28ce674)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Nov 2005 08:02:52 +0000 (08:02 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Nov 2005 08:02:52 +0000 (08:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1784 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
plugins/admin/ogroups/class_phonequeue.inc | patch | blob | history |
index 102769127551981136baeb3e7ecf0f050482520e..1833052674d9f8a030564d139be00afcc01186b0 100644 (file)
--- a/TODO
+++ b/TODO
* FAI management
- Add package configuration dialog
+* Phones in ogroup's are not updated
+
+* Fix pictures in phone conferences
+
Target for 2.5:
===============
diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc
index d10c3c747a58281d89d7002026ed1af54647306b..e0defdecf061ea02bc5c6eba9bc73337f508b889 100644 (file)
$smarty= get_smarty();
- $smarty->assign("goFonQueueLanguageOptions",array('de'=>_('German'),'ur'=>_('Uruguai')));
+ $smarty->assign("goFonQueueLanguageOptions",array('de'=>_('German')));
$smarty->assign("goFonQueueStrategyOptions", $this->goFonQueueStrategyOptions);
foreach($this->attributes as $key => $val){