forked from extern/egroupware
Make edit dialog Subject input full width (again?)
This commit is contained in:
parent
0f5cfe1949
commit
b87a366481
@ -206,7 +206,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="row dialog-header">
|
<row class="row dialog-header">
|
||||||
<description value="Subject" for="info_subject"/>
|
<description value="Subject" for="info_subject"/>
|
||||||
<textbox statustext="a short subject for the entry" id="info_subject" size="80" maxlength="255" span="all" tabindex="1"/>
|
<textbox statustext="a short subject for the entry" id="info_subject" class="inputFullWidth" size="80" maxlength="255" span="all" tabindex="1"/>
|
||||||
</row>
|
</row>
|
||||||
<row valign="top" height="250">
|
<row valign="top" height="250">
|
||||||
<tabbox id="tabs" span="all">
|
<tabbox id="tabs" span="all">
|
||||||
|
Loading…
Reference in New Issue
Block a user