mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Replaced missing footer
This commit is contained in:
parent
d85efa7bd4
commit
fc7aedd5ed
@ -23,6 +23,8 @@
|
||||
This is for the todo list and addressbook.
|
||||
- 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.
|
||||
- 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
|
||||
langague preference.
|
||||
|
@ -58,6 +58,7 @@ if (! $submit) {
|
||||
. "need to be done manually."); ?>
|
||||
</pre>
|
||||
<?php
|
||||
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
|
||||
} else {
|
||||
if ($n_passwd != $n_passwd_2)
|
||||
$error = lang_pref("the two passwords are not the same");
|
||||
|
@ -260,6 +260,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
$phpgw->db->query("delete from preferences where owner='" . $phpgw->session->loginid
|
||||
|
Loading…
Reference in New Issue
Block a user