[eGroupWare-svn] r55844 - in /trunk/calendar/templates: default/edit.xet mobile/edit.xet
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hnategh
Date: Tue Apr 26 14:33:25 2016
New Revision: 55844
URL: http://svn.stylite.de/viewvc/egroupware?rev=55844&view=rev
Log:
Change owner tab order for calendar edit dialog
Modified:
trunk/calendar/templates/default/edit.xet
trunk/calendar/templates/mobile/edit.xet
Modified: trunk/calendar/templates/default/edit.xet
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/templates/default/edit.xet?rev=55844&r1=55843&r2=55844&view=diff
==============================================================================
--- trunk/calendar/templates/default/edit.xet (original)
+++ trunk/calendar/templates/default/edit.xet Tue Apr 26 14:33:25 2016
@@ -251,11 +251,13 @@
</tabpanels>
</tabbox>
</row>
- <row disabled="!@owner" class="dialogOperators">
- <description value="Owner"/>
- <menulist>
- <menupopup type="select-account" id="owner" readonly="true"/>
- </menulist>
+ <row disabled="!@id" class="dialogOperators">
+ <hbox span="2">
+ <date-time label="created" id="created" no_lang="1" readonly="true"/>
+ <menulist>
+ <menupopup label = "by" type="select-account" id="owner" readonly="true"/>
+ </menulist>
+ </hbox>
<hbox align="right">
<date-time label="Updated" id="modified" no_lang="1" readonly="true"/>
<menulist>
Modified: trunk/calendar/templates/mobile/edit.xet
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/templates/mobile/edit.xet?rev=55844&r1=55843&r2=55844&view=diff
==============================================================================
--- trunk/calendar/templates/mobile/edit.xet (original)
+++ trunk/calendar/templates/mobile/edit.xet Tue Apr 26 14:33:25 2016
@@ -197,21 +197,23 @@
<column/>
</columns>
<rows>
- <row disabled="!@owner">
- <description value="Owner"/>
- <menulist>
- <menupopup type="select-account" id="owner" readonly="true"/>
- </menulist>
+ <row disabled="!@id">
+ <description value="Created"/>
+ <hbox>
+ <menulist>
+ <menupopup type="select-account" id="owner" readonly="true"/>
+ </menulist>
+ <date-time id="created" no_lang="1" readonly="true"/>
+ </hbox>
</row>
<row disabled="!@modified">
<description value="Updated"/>
- <date-time id="modified" no_lang="1" readonly="true"/>
- </row>
- <row disabled="!@modifier">
- <description value="by"/>
- <menulist>
- <menupopup type="select-account" class="et2_nowrap" id="modifier" readonly="true"/>
- </menulist>
+ <hbox>
+ <menulist>
+ <menupopup type="select-account" class="et2_nowrap" id="modifier" readonly="true"/>
+ </menulist>
+ <date-time id="modified" no_lang="1" readonly="true"/>
+ </hbox>
</row>
</rows>
</grid>
@@ -225,11 +227,10 @@
<rows>
<row disabled="@hidebuttons" class="dialogHeadbar" >
<hbox span="all" width="100%">
- <button statustext="Saves this entry" id="button[save]" image="save" background_image="1"/>
<button statustext="Apply the changes" id="button[apply]" image="apply" background_image="1"/>
<button statustext="delete this entry" id="button[delete]" onclick="et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" background_image="1" span="all"/>
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" id="freetime" label="Freetime" onclick="app.calendar.freetime_search" image="add" background_image="1"/>
- <checkbox label="notification" id="no_notifications"/>
+ <checkbox label="Do not notify" id="no_notifications"/>
<textbox type="hidden" id="delete_exceptions"/>
</hbox>
</row>
------------------------------------------------------------------------------
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