[eGroupWare-svn] r55817 - in /trunk/notifications: inc/hook_admin.inc.php templates/default/config.tpl templates/default/config.xet
[email protected] Mon, 25 Apr 2016 07:23:37 -0000
Newsgroups
gmane.comp.web.egroupware.cvs
Message-ID
<[email protected] >
Author: ralfbecker
Date: Mon Apr 25 09:23:36 2016
New Revision: 55817
URL: http://svn.stylite.de/viewvc/egroupware?rev=55817&view=rev
Log:
using new et2 site config
Added:
trunk/notifications/templates/default/config.xet (with props)
Removed:
trunk/notifications/templates/default/config.tpl
Modified:
trunk/notifications/inc/hook_admin.inc.php
Modified: trunk/notifications/inc/hook_admin.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/notifications/inc/hook_admin.inc.php?rev=55817&r1=55816&r2=55817&view=diff
==============================================================================
--- trunk/notifications/inc/hook_admin.inc.php (original)
+++ trunk/notifications/inc/hook_admin.inc.php Mon Apr 25 09:23:36 2016
@@ -1,17 +1,17 @@
<?php
- /**
- * eGroupWare - Notifications
- *
- * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
- * @package notifications
- * @link http://www.egroupware.org
- * @author Christian Binder <[email protected] >
- * @version $Id: hook_preferences.inc.php 22498 2006-09-25 10:20:46Z jaytraxx $
- */
-
- $file = Array( 'Site Configuration' => $GLOBALS['egw']->link('/index.php', array(
- 'menuaction' => 'admin.uiconfig.index',
- 'appname' => $appname,
- )));
- display_section($appname,$file);
-?>
+/**
+ * EGroupware - Notifications
+ *
+ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
+ * @package notifications
+ * @link http://www.egroupware.org
+ * @author Christian Binder <[email protected] >
+ * @version $Id: hook_preferences.inc.php 22498 2006-09-25 10:20:46Z jaytraxx $
+ */
+
+$file = Array( 'Site Configuration' => egw::link('/index.php', array(
+ 'menuaction' => 'admin.admin_config.index',
+ 'appname' => $appname,
+ 'ajax' => 'true',
+)));
+display_section($appname,$file);
Added: trunk/notifications/templates/default/config.xet
URL: http://svn.stylite.de/viewvc/egroupware/trunk/notifications/templates/default/config.xet?rev=55817&view=auto
==============================================================================
--- trunk/notifications/templates/default/config.xet (added)
+++ trunk/notifications/templates/default/config.xet Mon Apr 25 09:23:36 2016
@@ -1,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
+<!-- $Id$ -->
+<overlay>
+ <template id="notifications.config" template="" lang="" group="0" version="16.1">
+ <grid width="100%" class="admin-config egwGridView_grid">
+ <columns>
+ <column width="60%"/>
+ <column/>
+ </columns>
+ <rows>
+ <row>
+ <description value="EGroupware-Popup backend" span="all" class="subHeader"/>
+ </row>
+ <row>
+ <description value="Poll interval"/>
+ <select id="newsettings[popup_poll_interval]">
+ <option value="5">5secs</option>
+ <option value="60">1 {minute}</option>
+ <option value="120">2 {minutes}</option>
+ <option value="300">5 {minutes}</option>
+ </select>
+ </row>
+ <row>
+ <description value="Windows-Popup backend" span="all" class="subHeader"/>
+ </row>
+ <row>
+ <description value="Enable Windows-Popup backend"/>
+ <select id="newsettings[winpopup_enable]">
+ <option value="">No</option>
+ <option value="True">Yes</option>
+ </select>
+ </row>
+ <row>
+ <description value="Signature" span="all" class="subHeader"/>
+ </row>
+ <row>
+ <vbox>
+ <description value="Signature added to every change notification"/>
+ <description value="You can also use Addressbook placeholders with user/ prefix" href="/index.php?menuaction=addressbook.addressbook_merge.show_replacements" extra_link_popup="800x600"/>
+ </vbox>
+ <textbox id="newsettings[signature]" rows="7" cols="50"/>
+ </row>
+ </rows>
+ </grid>
+ </template>
+</overlay>
Propchange: trunk/notifications/templates/default/config.xet
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/notifications/templates/default/config.xet
------------------------------------------------------------------------------
svn:keywords = Author Date Id Rev URL
Propchange: trunk/notifications/templates/default/config.xet
------------------------------------------------------------------------------
svn:mime-type = text/xml
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z