forked from extern/egroupware
Timesheet edit Dialog - fix css + less
change postion dialogHeader - ICON and Info_number edit.xet - put some classes in
This commit is contained in:
parent
4cdd4d9d4a
commit
3b49be6203
@ -101,8 +101,12 @@
|
|||||||
<column width="4"/>
|
<column width="4"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="dialogHeader" disabled="@ts_viewtype">
|
<row disabled="@ts_viewtype" class="dialogHeader">
|
||||||
<description value="Title" for="ts_title"/>
|
<description value="Title" for="ts_title"/>
|
||||||
|
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth" tabindex="1" span="3"/>
|
||||||
|
<textbox type="integer" id="ts_id" readonly="true" class="timesheet_timesheetId"/>
|
||||||
|
<appicon src="timesheet"/>
|
||||||
|
<description />
|
||||||
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth" tabindex="1" span="4"/>
|
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth" tabindex="1" span="4"/>
|
||||||
<description font_style="n" id="ts_id" />
|
<description font_style="n" id="ts_id" />
|
||||||
<appicon class="timesheet_appicon"/>
|
<appicon class="timesheet_appicon"/>
|
||||||
@ -116,7 +120,7 @@
|
|||||||
<date-timeonly id="start_time" options="H:i" class="et2_fullWidth" span="3"/>
|
<date-timeonly id="start_time" options="H:i" class="et2_fullWidth" span="3"/>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogHeader2">
|
<row class="row dialogHeader3">
|
||||||
<description value="Duration" for="ts_duration"/>
|
<description value="Duration" for="ts_duration"/>
|
||||||
<date-duration id="ts_duration" options=",hm" class="et2_fullWidth" />
|
<date-duration id="ts_duration" options=",hm" class="et2_fullWidth" />
|
||||||
<description/>
|
<description/>
|
||||||
@ -155,7 +159,8 @@
|
|||||||
</menulist>
|
</menulist>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogOperators" disabled="!@ts_modified">
|
<row disabled="!@ts_modified" class="dialogOperators">
|
||||||
|
|
||||||
<description value="Last modified"/>
|
<description value="Last modified"/>
|
||||||
<hbox width="100%">
|
<hbox width="100%">
|
||||||
<menulist>
|
<menulist>
|
||||||
|
Loading…
Reference in New Issue
Block a user