mirror of
https://github.com/Mibew/design.git
synced 2024-11-15 17:34:12 +03:00
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:
parent
4a50f1b346
commit
bbb7ad9289
@ -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
|
||||
-----
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user