Skip to content

Commit

Permalink
revoke part of #5774
Browse files Browse the repository at this point in the history
svn path=/ZMS/branches/zms4/; revision=5778
  • Loading branch information
Dr. Frank Hoffmann committed Aug 12, 2020
1 parent 7a9fafb commit 54ce6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/zpt/ZMSMetamodelProvider/manage_main.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="javascript:;"
tal:attributes="onclick python:'javascript:zmiDeleteObjBtnClick(this,{btn:\'delete\',key:\'attr\',attr_id:\'%s\'})'%objAttrId; title python:here.getZMILangStr('BTN_DELETE')"
tal:attributes="onclick python:'javascript:zmiDeleteObjBtnClick(this,{btn:\'BTN_DELETE\',key:\'attr\',attr_id:\'%s\'})'%objAttrId; title python:here.getZMILangStr('BTN_DELETE')"
><i class="fas fa-times"></i></a>
</div>
</div>
Expand Down

0 comments on commit 54ce6c7

Please sign in to comment.