1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-17 10:51:38 +01:00

Make subject required, change projectmanager from projectmanager-select to link-entry widget

This commit is contained in:
Nathan Gray 2013-12-11 23:10:37 +00:00
parent 362c61e0ae
commit 566371f0b4

View File

@ -101,7 +101,7 @@
</row> </row>
<row class="row"> <row class="row">
<description value="Project"/> <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>
<row class="row"> <row class="row">
<description value="Price"/> <description value="Price"/>
@ -203,7 +203,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" 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>
<row valign="top" height="250"> <row valign="top" height="250">
<tabbox id="tabs" span="all"> <tabbox id="tabs" span="all">