[gen] Added boolean param Config.userLink allowing to show/hide (show by default) the link, in the user strip, to go to the user page.

This commit is contained in:
Gaetan Delannay 2014-11-13 15:02:33 +01:00
parent 55c36a1123
commit f3849d4f92
12 changed files with 16 additions and 47 deletions

View file

@ -31,7 +31,8 @@ class Action(Field):
label=_(field.labelId);
descr=field.descrId and _(field.descrId) or None;
buttonWidth=ztool.getButtonWidth(label)"
id=":formId" action=":ztool.absolute_url() + '/do'">
id=":formId" action=":ztool.absolute_url() + '/do'"
style="display:inline">
<input type="hidden" name="action" value="ExecuteAction"/>
<input type="hidden" name="objectUid" value=":zobj.id"/>
<input type="hidden" name="fieldName" value=":name"/>