mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
nearly finished port of infolog.edit
This commit is contained in:
parent
bafaceec62
commit
11c8390732
@ -16,7 +16,7 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<grid id="infolog.edit.links" template="" lang="" group="0" version="0.9.15.001" width="100%">
|
<grid id="infolog.edit.links" template="" lang="" group="0" version="0.9.15.002" width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="100"/>
|
<column width="100"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -37,10 +37,10 @@
|
|||||||
<description span="all" value="Links"/>
|
<description span="all" value="Links"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<linkto span="all" id="info_id"/>
|
<link-to span="all" id="link_to"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row" valign="top" height="200">
|
<row class="row_off" valign="top" height="112">
|
||||||
<linklist span="all" id="info_id"/>
|
<link-list span="all" id="link_to"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<menupopup id="info_confirm" statustext="do you want a confirmation of the responsible on: accepting, finishing the task or both"/>
|
<menupopup id="info_confirm" statustext="do you want a confirmation of the responsible on: accepting, finishing the task or both"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row class="row" height="200">
|
<row class="row" height="120">
|
||||||
<description span="all"/>
|
<description span="all"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
@ -88,15 +88,12 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description span="3" value="InfoLog -" id="subtitle"/>
|
<description options="b" span="3" class="headertext" id="appheader"/>
|
||||||
<button label="Categories" align="right" id="cats" statustext="Edit or create categories for IngoLog"/>
|
<button label="Categories" align="right" id="cats" statustext="Edit or create categories for IngoLog"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hrule span="all"/>
|
<hrule span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<description span="all"/>
|
|
||||||
</row>
|
|
||||||
<row class="th">
|
<row class="th">
|
||||||
<description value="Type"/>
|
<description value="Type"/>
|
||||||
<menulist span="all">
|
<menulist span="all">
|
||||||
@ -115,7 +112,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<description value="Regarding"/>
|
<description value="Regarding"/>
|
||||||
<description span="all" id="linked"/>
|
<description span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<description value="Subject"/>
|
<description value="Subject"/>
|
||||||
@ -129,9 +126,9 @@
|
|||||||
<tab label="Delegation" statustext="responsible user, priority, ..."/>
|
<tab label="Delegation" statustext="responsible user, priority, ..."/>
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<grid id="description"/>
|
<grid id="infolog.edit.description"/>
|
||||||
<grid id="links"/>
|
<grid id="infolog.edit.links"/>
|
||||||
<grid id="delegation"/>
|
<grid id="infolog.edit.delegation"/>
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
</row>
|
</row>
|
||||||
@ -167,5 +164,8 @@
|
|||||||
<button label="Delete" align="right" id="delete" statustext="delete this entry"/>
|
<button label="Delete" align="right" id="delete" statustext="delete this entry"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
<styles>
|
||||||
|
.headertext { color: black; font-size: 120%; }
|
||||||
|
</styles>
|
||||||
</grid>
|
</grid>
|
||||||
</overlay>
|
</overlay>
|
Loading…
x
Reference in New Issue
Block a user