mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Make edit dialog Subject input full width (again?)
This commit is contained in:
parent
0f5cfe1949
commit
b87a366481
@ -206,7 +206,7 @@
|
||||
</row>
|
||||
<row class="row dialog-header">
|
||||
<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 valign="top" height="250">
|
||||
<tabbox id="tabs" span="all">
|
||||
|
Loading…
Reference in New Issue
Block a user