forked from extern/egroupware
Make subject required, change projectmanager from projectmanager-select to link-entry widget
This commit is contained in:
parent
362c61e0ae
commit
566371f0b4
@ -101,7 +101,7 @@
|
||||
</row>
|
||||
<row class="row">
|
||||
<description value="Project"/>
|
||||
<projectmanager-select id="pm_id" onchange="1" options="None"/>
|
||||
<link-entry id="pm_id" onchange="1" only_app='projectmanager' blur='None'/>
|
||||
</row>
|
||||
<row class="row">
|
||||
<description value="Price"/>
|
||||
@ -203,7 +203,7 @@
|
||||
</row>
|
||||
<row class="row dialog-header">
|
||||
<description value="Subject" for="info_subject"/>
|
||||
<textbox statustext="a short subject for the entry" id="info_subject" class="inputFullWidth" 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" needed="true" span="all" tabindex="1"/>
|
||||
</row>
|
||||
<row valign="top" height="250">
|
||||
<tabbox id="tabs" span="all">
|
||||
|
Loading…
Reference in New Issue
Block a user