deleteAllLoggersButton.tpl 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. {**********************************************************************
  2. * ZimbraEmail product developed. (2017-09-08)
  3. * *
  4. *
  5. * CREATED BY MODULESGARDEN -> http://modulesgarden.com
  6. * CONTACT -> contact@modulesgarden.com
  7. *
  8. *
  9. * This software is furnished under a license and may be used and copied
  10. * only in accordance with the terms of such license and with the
  11. * inclusion of the above copyright notice. This software or any other
  12. * copies thereof may not be provided or otherwise made available to any
  13. * other person. No title to and ownership of the software is hereby
  14. * transferred.
  15. *
  16. *
  17. **********************************************************************}
  18. {**
  19. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  20. *}
  21. <a {foreach $htmlAttributes as $aValue} {$aValue@key}="{$aValue}" {/foreach} class="{$rawObject->getClasses()}">
  22. {if $rawObject->getIcon()}
  23. <span class="btn__icon btn__icon--left">
  24. <i class="{$rawObject->getIcon()}"></i>
  25. </span>
  26. {/if}
  27. <span class="btn__text">
  28. {if $rawObject->isRawTitle()}{$rawObject->getRawTitle()}{elseif $rawObject->getTitle()}{$MGLANG->controlerContextT('button', $rawObject->getTitle())}{/if}
  29. </span>
  30. </a>