mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
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"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="dialogHeader" disabled="@ts_viewtype">
|
||||
<row disabled="@ts_viewtype" class="dialogHeader">
|
||||
<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"/>
|
||||
<description font_style="n" id="ts_id" />
|
||||
<appicon class="timesheet_appicon"/>
|
||||
@ -116,7 +120,7 @@
|
||||
<date-timeonly id="start_time" options="H:i" class="et2_fullWidth" span="3"/>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="dialogHeader2">
|
||||
<row class="row dialogHeader3">
|
||||
<description value="Duration" for="ts_duration"/>
|
||||
<date-duration id="ts_duration" options=",hm" class="et2_fullWidth" />
|
||||
<description/>
|
||||
@ -155,7 +159,8 @@
|
||||
</menulist>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="dialogOperators" disabled="!@ts_modified">
|
||||
<row disabled="!@ts_modified" class="dialogOperators">
|
||||
|
||||
<description value="Last modified"/>
|
||||
<hbox width="100%">
|
||||
<menulist>
|
||||
|
Loading…
Reference in New Issue
Block a user