<% Skin.deletelink %> |
link to delete action |
Sourcecode in Skin/macros.js:
1: function deletelink_macro(param) { 2: if (path.Layout != this.layout) 3: return; 4: Html.link({href: this.href("delete")}, param.text ? param.text : "delete"); 5: return; 6: } |