forked from extern/egroupware
Replaced missing footer
This commit is contained in:
parent
d85efa7bd4
commit
fc7aedd5ed
@ -23,6 +23,8 @@
|
|||||||
This is for the todo list and addressbook.
|
This is for the todo list and addressbook.
|
||||||
- Added a search field and next matchs icons to accounts and groups form.
|
- Added a search field and next matchs icons to accounts and groups form.
|
||||||
- Fixed the "code" messages not showing up after adding new entrys and what not.
|
- Fixed the "code" messages not showing up after adding new entrys and what not.
|
||||||
|
- Started converting the admin section to work off templates
|
||||||
|
- Started converting the todo list to work off templates
|
||||||
|
|
||||||
[08152000] - Fixed a problem with the calendar not showing the months in the users
|
[08152000] - Fixed a problem with the calendar not showing the months in the users
|
||||||
langague preference.
|
langague preference.
|
||||||
|
@ -58,6 +58,7 @@ if (! $submit) {
|
|||||||
. "need to be done manually."); ?>
|
. "need to be done manually."); ?>
|
||||||
</pre>
|
</pre>
|
||||||
<?php
|
<?php
|
||||||
|
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
|
||||||
} else {
|
} else {
|
||||||
if ($n_passwd != $n_passwd_2)
|
if ($n_passwd != $n_passwd_2)
|
||||||
$error = lang_pref("the two passwords are not the same");
|
$error = lang_pref("the two passwords are not the same");
|
||||||
|
@ -260,6 +260,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
$phpgw->db->query("delete from preferences where owner='" . $phpgw->session->loginid
|
$phpgw->db->query("delete from preferences where owner='" . $phpgw->session->loginid
|
||||||
|
Loading…
Reference in New Issue
Block a user