# maxbuttons/6.25/blocks/tpl/radius.tpl

MaxButtons – Create buttons, version 6.25. 18 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.25/code/blocks/tpl/radius.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.25/raw/blocks/tpl/radius.tpl
- Modified: 2016-11-11T12:00:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/6.25/code/blocks/tpl/radius.tpl#L10-L20`.

```
<div class='radius-wrap'>

<div class='top'>
<label>%%label_tl%%</label> %%radius_tl%% <span class="dashicons dashicons-arrow-left-alt2 rotate-right"></span>  

 <span class="dashicons dashicons-arrow-right-alt2 rotate-left"></span> %%radius_tr%% <label>%%label_tr%%</label>
</div>

 <div class="dashicons dashicons-%%lock%%" id='radius_toggle' data-lock='%%lock%%' tabindex='0'>&nbsp;</div> 
 
<div class='bottom'> 
<label>%%label_bl%%</label> %%radius_bl%% <span class="dashicons dashicons-arrow-left-alt2 rotate-left"></span> 

 <span class="dashicons dashicons-arrow-right-alt2 rotate-right"></span> %%radius_br%% <label>%%label_br%%</label>
 </div>
 
 </div>

```
