PHP Classes

File: templates/wgtransifex_packages.tpl

Recommend this page to a friend!
  Classes of Goffy G   XOOPS Transifex   templates/wgtransifex_packages.tpl   Download  
File: templates/wgtransifex_packages.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Transifex
Manage project text translations with Transifex
Author: By
Last change:
Date: 3 years ago
Size: 1,136 bytes
 

Contents

Class file image Download
<{include file='db:wgtransifex_header.tpl' }> <{if $packagesCount > 0}> <div class='table-responsive'> <table class='table table-<{$table_type}>'> <thead> <tr class='head'> <th colspan='<{$divideby}>'><{$smarty.const._MA_WGTRANSIFEX_PACKAGES_TITLE}></th> </tr> </thead> <tbody> <tr> <{foreach item=package from=$packages}> <td> <div class='panel panel-<{$panel_type}>'> <{include file='db:wgtransifex_packages_item.tpl' }> </div> </td> <{if $package.count is div by $divideby}> </tr><tr> <{/if}> <{/foreach}> </tr> </tbody> <tfoot><tr><td>&nbsp;</td></tr></tfoot> </table> </div> <{if $showRequest}> <div class='row'> <div class='cols-xs-12 center'> <h5><{$smarty.const._MA_WGTRANSIFEX_REQUEST_NEW_DESC}></h5> <a class='btn btn-success center' href='requests.php?op=new' title='<{$smarty.const._MA_WGTRANSIFEX_REQUEST_NEW}>'><{$smarty.const._MA_WGTRANSIFEX_REQUEST_NEW}></a> </div> </div> <{/if}> <{/if}> <{if $form}> <{$form}> <{/if}> <{if $error}> <{$error}> <{/if}> <{include file='db:wgtransifex_footer.tpl' }>