File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <controller >wcf\acp\form\ApiSecretAddForm</controller >
2424 <parent >wcf.acp.menu.link.wscApi.secrets.list</parent >
2525 <permissions >admin.wscApi.canManageSecret</permissions >
26- <icon >fa- plus</icon >
26+ <icon >plus</icon >
2727 </acpmenuitem >
2828 </import >
2929</data >
Original file line number Diff line number Diff line change 88
99 <nav class =" contentHeaderNavigation" >
1010 <ul >
11- <li ><a href =" { link application= ' wcf' controller= ' ApiSecretList' } { /link} " class =" button" >< span class = " icon icon16 fa- list" ></ span > <span >{ lang} wcf.acp.menu.link.wscApi.secrets.list{ /lang} </span ></a ></li >
11+ <li ><a href =" { link application= ' wcf' controller= ' ApiSecretList' } { /link} " class =" button" >{ icon name= ' list' size= 16 } <span >{ lang} wcf.acp.menu.link.wscApi.secrets.list{ /lang} </span ></a ></li >
1212
1313 { event name= ' contentHeaderNavigation' }
1414 </ul >
Original file line number Diff line number Diff line change 1313
1414 <nav class =" contentHeaderNavigation" >
1515 <ul >
16- <li ><a href =" { link application= ' wcf' controller= ' ApiSecretAdd' } { /link} " class =" button" >< span class = " icon icon16 fa- plus" ></ span > <span >{ lang} wcf.acp.menu.link.wscApi.secrets.add{ /lang} </span ></a ></li >
16+ <li ><a href =" { link application= ' wcf' controller= ' ApiSecretAdd' } { /link} " class =" button" >{ icon name= ' plus' size= 16 } <span >{ lang} wcf.acp.menu.link.wscApi.secrets.add{ /lang} </span ></a ></li >
1717
1818 { event name= ' contentHeaderNavigation' }
1919 </ul >
3636 { foreach from= $secrets item= secret}
3737 <tr class =" jsSecretRow" >
3838 <td class =" columnIcon" >
39- <a href =" { link controller= ' ApiSecretEdit' id= $secret .secretID} { /link} " title =" { lang} wcf.global.button.edit{ /lang} " class =" jsTooltip" >< span class = " icon icon16 fa- pencil" ></ span > </a >
39+ <a href =" { link controller= ' ApiSecretEdit' id= $secret .secretID} { /link} " title =" { lang} wcf.global.button.edit{ /lang} " class =" jsTooltip" >{ icon name= ' pencil' size= 16 } </a >
4040 <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 >
4141 </td >
4242 <td >{ $secret .secretID} </td >
You can’t perform that action at this time.
0 commit comments