Infolog edit Dialog - fix css + less + images

change postion dialogHeader - ICON and Info_number

edit.xet - put some classes in
This commit is contained in:
Stefan Reinhardt 2014-03-11 16:51:36 +00:00
parent 9a5f20e901
commit 2f2440dcd6

View File

@ -193,8 +193,8 @@
<row class="dialogHeader"> <row class="dialogHeader">
<description value="Title" for="info_subject"/> <description value="Title" for="info_subject"/>
<textbox statustext="a short subject for the entry" id="info_subject" class="et2_fullWidth et2_required" maxlength="255" span="4" tabindex="1"/> <textbox statustext="a short subject for the entry" id="info_subject" class="et2_fullWidth et2_required" maxlength="255" span="4" tabindex="1"/>
<appicon src="infolog" for="info_number"/>
<textbox type="integer" id="info_number" readonly="true" class="infolog_infoId"/> <textbox type="integer" id="info_number" readonly="true" class="infolog_infoId"/>
<appicon src="infolog" for="info_number"/>
</row> </row>
<row class="dialogHeader2"> <row class="dialogHeader2">
<description value="Type" for="info_type"/> <description value="Type" for="info_type"/>
@ -204,7 +204,7 @@
<description value="Contact"/> <description value="Contact"/>
<link-entry id="info_contact" span="all"/> <link-entry id="info_contact" span="all"/>
</row> </row>
<row class="dialogHeader2"> <row class="dialogHeader3">
<description value="Startdate" for="info_startdate"/> <description value="Startdate" for="info_startdate"/>
<date-time statustext="when should the ToDo or Phonecall be started, it shows up from that date in the filter open or own open (startpage)" id="info_startdate" class="et2_fullWidth"/> <date-time statustext="when should the ToDo or Phonecall be started, it shows up from that date in the filter open or own open (startpage)" id="info_startdate" class="et2_fullWidth"/>
<description value="Enddate" for="info_enddate"/> <description value="Enddate" for="info_enddate"/>
@ -243,7 +243,7 @@
<menupopup type="select-percent" statustext="Percent completed" id="info_percent" onchange="app.infolog.status_changed(this.id, form::name('info_status'), form::name('info_percent'), form::name('info_datecompleted'))"/> <menupopup type="select-percent" statustext="Percent completed" id="info_percent" onchange="app.infolog.status_changed(this.id, form::name('info_status'), form::name('info_percent'), form::name('info_datecompleted'))"/>
</menulist> </menulist>
</row> </row>
<row class="dialogOperators" disabled="!@info_owner"> <row disabled="!@info_owner" class="dialogOperators">
<description value="Owner"/> <description value="Owner"/>
<hbox> <hbox>
<menulist class="et2_nowrap"> <menulist class="et2_nowrap">