mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
fix error storing InfoLog as only_app="projectmanager" as not set due to usage of single quotes
etemplate.php does NOT support using single-quotes to enclose attribute-values!
This commit is contained in:
parent
493455d3e0
commit
6bdf3e2f01
@ -36,7 +36,7 @@
|
||||
<rows>
|
||||
<row class="row">
|
||||
<description value="Project"/>
|
||||
<link-entry span="2" id="pm_id" only_app='projectmanager' onchange="app.infolog.submit_if_not_empty" blur="None" class="infolog_projectName" width="99%"/>
|
||||
<link-entry span="2" id="pm_id" only_app="projectmanager" onchange="app.infolog.submit_if_not_empty" blur="None" class="infolog_projectName" width="99%"/>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user