mark departments as unfinished, whatsnew

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@420 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-03-17 00:03:17 +00:00
parent 4a50f1b346
commit bbb7ad9289
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
1.6.0
1.6.0 alpha 1
-----
[+] completely new layout of all administrator pages
[+] New awaiting users page
[+] right menu, show/hide menu on awaiting users page, nice locale chooser
[+] main page: warning if database is outdated (after install)
[+] "Updates" tab in settings
[+] "Updates" tab in settings: news, link to the latest version
[+] Create/edit/remove departments
1.5.2
-----

View File

@ -72,7 +72,7 @@ require_once('inc_errors.php');
</div>
<div class="field">
<div class="flabel"><?php echo getlocal('settings.enabledepartments') ?></div>
<div class="flabel"><?php echo getlocal('settings.enabledepartments') ?> <span style="color:red;font-weight: bold;">- !!</span> incomplete in 1.6.0 alpha, use on your own risk</div>
<div class="fvalue">
<input type="checkbox" name="enabledepartments" value="on"<?php echo form_value_cb('enabledepartments') ? " checked=\"checked\"" : "" ?>/>
</div>