button.tpl 506 B

12345678
  1. {if $enableLabel}
  2. <label class="col-sm-3 control-label">
  3. {if $textLabel}{$MGLANG->T('label')}{/if}
  4. </label>
  5. {/if}
  6. <div class="col-sm-{$colWidth} {$additinalClass}">
  7. <button type="button" name="{$nameAttr}" value="{$name}" class="btn btn-{$color} btn-inverse" {foreach from=$dataAttr key=dataKey item=dataValue}data-{$dataKey}="{$dataValue}"{/foreach}>{if $icon}<i class="glyphicon glyphicon-{$icon}"></i> {/if}{if $enableContent}{$MGLANG->T('content')}{/if}</button>
  8. </div>