2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2010-01-31 00:57:03 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2011-06-14 20:50:35 +02:00
|
|
|
<template id="admin.categories.delete" template="" lang="" group="0" version="1.9.001">
|
2010-01-31 00:57:03 +01:00
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<groupbox class="globalCat_confirmDelete">
|
2010-01-31 00:57:03 +01:00
|
|
|
<caption label="Delete this category"/>
|
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row height="30">
|
2014-07-14 12:19:32 +02:00
|
|
|
<description span="all"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row>
|
2014-07-14 12:19:32 +02:00
|
|
|
<checkbox align="center" id="delete[subs]" span="all"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</row>
|
|
|
|
<row height="40">
|
2014-01-23 09:44:49 +01:00
|
|
|
<button align="center" label="Delete" id="delete[delete]" image="delete" background_image="1"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</groupbox>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2014-06-30 09:48:05 +02:00
|
|
|
<textbox id="delete[cat_id]" class="globalCat_hiddenCatid"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</template>
|
2011-06-14 20:50:35 +02:00
|
|
|
<template id="admin.categories.edit" template="" lang="" group="0" version="1.9.001">
|
2014-06-30 09:48:05 +02:00
|
|
|
<grid width="100%">
|
2010-01-31 00:57:03 +01:00
|
|
|
<columns>
|
2014-06-30 09:48:05 +02:00
|
|
|
<column width="90"/>
|
|
|
|
<column width="300"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row class="dialogHeader">
|
|
|
|
<description value="Name" for="name"/>
|
|
|
|
<textbox id="name" needed="1" size="50" maxlength="150" class="et2_fullWidth"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row>
|
2012-04-02 18:29:13 +02:00
|
|
|
<description value="Parent category" for="parent"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
<menulist>
|
2012-04-11 18:58:30 +02:00
|
|
|
<menupopup type="select-cat" id="parent" options="None,$cont[all_cats],,$cont[appname]"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</menulist>
|
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row valign="top">
|
2012-04-02 18:29:13 +02:00
|
|
|
<description value="Description" for="description"/>
|
2011-06-14 20:50:35 +02:00
|
|
|
<textbox multiline="true" id="description" rows="5" cols="50"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</row>
|
2011-06-22 21:45:36 +02:00
|
|
|
<row class="nmr" disabled="@no_private">
|
|
|
|
<description value="Private"/>
|
|
|
|
<checkbox id="access" options="private,public"/>
|
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row>
|
2012-04-02 18:29:13 +02:00
|
|
|
<description value="Color" for="cat_data[color]"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
<colorpicker id="data[color]"/>
|
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row>
|
2012-04-02 18:29:13 +02:00
|
|
|
<description value="Icon" for="data[icon]"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
<hbox options="0,0">
|
|
|
|
<menulist>
|
2014-01-16 17:21:17 +01:00
|
|
|
<menupopup id="data[icon]" onchange="app.admin.change_icon(widget);" options="None"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</menulist>
|
2012-04-25 01:13:57 +02:00
|
|
|
<image src="icon_url" id="icon_url" class="leftPad5"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</hbox>
|
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row disabled="@appname=phpgw">
|
2010-01-31 00:57:03 +01:00
|
|
|
<description value="Application"/>
|
|
|
|
<menulist>
|
2010-01-31 04:36:01 +01:00
|
|
|
<menupopup type="select-app" id="appname" readonly="true" options="All applications"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</menulist>
|
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row>
|
2012-04-02 18:29:13 +02:00
|
|
|
<description value="Category owner" for="owner"/>
|
2011-06-22 21:45:36 +02:00
|
|
|
<listbox statustext="Limit global category to members of a certain group" id="owner" needed="1" rows="3"/>
|
2010-01-31 04:36:01 +01:00
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row disabled="!@last_mod">
|
2010-01-31 00:57:03 +01:00
|
|
|
<description value="Modified"/>
|
|
|
|
<date-time id="last_mod" readonly="true"/>
|
|
|
|
</row>
|
2014-06-30 09:48:05 +02:00
|
|
|
<row class="dialogFooterToolbar">
|
|
|
|
<hbox span="all">
|
2014-01-23 09:44:49 +01:00
|
|
|
<button label="Save" id="button[save]" onclick="return app.admin.check_owner(widget);" image="save" background_image="1"/>
|
|
|
|
<button label="Apply" id="button[apply]" onclick="return app.admin.check_owner(widget);" image="apply" background_image="1"/>
|
|
|
|
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
|
2014-07-14 12:19:32 +02:00
|
|
|
<buttononly align="right" statustext="Delete this category" label="Delete" id="button[delete]" onclick="app.admin.delete_category" image="delete" background_image="1"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2014-07-14 12:19:32 +02:00
|
|
|
<template id="admin.categories.delete" class="globalCat_hiddenCatid"/>
|
2010-01-31 00:57:03 +01:00
|
|
|
</template>
|
2014-07-14 12:19:32 +02:00
|
|
|
|
2014-04-02 10:20:05 +02:00
|
|
|
</overlay>
|