mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:09:13 +01:00
Fix not displaying # simbol for infolog id in edit dialog
This commit is contained in:
parent
82e846c16e
commit
9e4b61e467
@ -15,7 +15,7 @@ div#infolog-edit.et2_container {
|
|||||||
.private { font-style:italic; }
|
.private { font-style:italic; }
|
||||||
.infolog_planned { font-style:italic; }
|
.infolog_planned { font-style:italic; }
|
||||||
table.infolog_fullWidth { width: 100%; }
|
table.infolog_fullWidth { width: 100%; }
|
||||||
.infolog_infoId:before span{ content:"#" }
|
#infolog-edit_info_number:before { content:"#" }
|
||||||
#infolog-edit_info_contact { width: 98%;}
|
#infolog-edit_info_contact { width: 98%;}
|
||||||
.infolog_fixedHeight { height: 12px; }
|
.infolog_fixedHeight { height: 12px; }
|
||||||
.infolog_normalWrap { white-space: normal; }
|
.infolog_normalWrap { white-space: normal; }
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<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="5" tabindex="1"/>
|
<textbox statustext="a short subject for the entry" id="info_subject" class="et2_fullWidth et2_required" maxlength="255" span="5" tabindex="1"/>
|
||||||
<textbox type="integer" id="info_number" readonly="true" class="infolog_infoId"/>
|
<textbox type="integer" id="info_number" readonly="true"/>
|
||||||
<appicon src="infolog" for="info_number"/>
|
<appicon src="infolog" for="info_number"/>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user