File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 11{ include file= ' header' pageTitle= ' wcf.acp.menu.link.wscApi.secrets.list' }
22
3- <script data-relocate =" true" >
4- $ (function () {
5- new WCF.Action.Delete(' wcf\\ data\\ ApiSecretAction' , ' .jsSecretRow' );
6- } );
7- </script >
8-
93<header class =" contentHeader" >
104 <div class =" contentHeaderTitle" >
115 <h1 class =" contentTitle" >{ lang} wcf.acp.menu.link.wscApi.secrets.list{ /lang} </h1 >
2317{ hascontent}
2418 <div id =" boardNodeList" class =" section sortableListContainer" >
2519 <ol id =" boardContainer0" class =" sortableList" data-object-id =" 0" >
26- <table class =" table" >
20+ <table class =" table jsObjectActionContainer " data-object-action-class-name = " wcf\data\ApiSecretAction " >
2721 <thead >
2822 <tr >
2923 <th ></th >
3428 <tbody >
3529 { content}
3630 { foreach from= $secrets item= secret}
37- <tr class =" jsSecretRow " >
31+ <tr class =" jsObjectActionObject " data-object-id = " { $ secret .secretID } " >
3832 <td class =" columnIcon" >
3933 <a href =" { link controller= ' ApiSecretEdit' id= $secret .secretID} { /link} " title =" { lang} wcf.global.button.edit{ /lang} " class =" jsTooltip" >{ icon name= ' pencil' size= 16} </a >
40- < span class = " icon icon16 fa-times jsDeleteButton jsTooltip pointer " title = " { lang } wcf.global.button. delete{ /lang } " data-object-id = " { @ $secret .secretID } " data-confirm-message-html = " { lang } TODO { /lang } " ></ span >
34+ { objectAction action= " delete" objectTitle= $secret .secretDescription }
4135 </td >
4236 <td >{ $secret .secretID} </td >
4337 <td ><a title =" { lang} wcf.acp.user.edit{ /lang} " href =" { link controller= ' ApiSecretEdit' id= $secret .secretID} { /link} " >{ $secret .secretDescription} </a ></td >
You can’t perform that action at this time.
0 commit comments