AlkantarClanX12
| Current Path : /var/www/ispconfig/dashboard/dashlets/templates/ |
| Current File : /var/www/ispconfig/dashboard/dashlets/templates/donate.htm |
<div style="background-color:#FFFFFF;padding:1em;">
<h4>{tmpl_var name='donate_txt'}<button type="button" class="btn btn-link btn-xs">{tmpl_var name='more_btn_txt'}</button></h4>
<p id="description">{tmpl_var name='donate2_txt'}<p>
<p style="text-align:right;">
<a href="#" class="btn btn-default" data-load-content="dashboard/dashboard.php?hide=donate">{tmpl_var name='hide_btn_txt'}</a>
<a href="https://www.ispconfig.org/donation/" target="_blank" class="btn btn-success">{tmpl_var name='donate_btn_txt'}</a>
</p>
</div>
<script>
$(document).ready(function(){
$("#description").toggle();
$("button").click(function(){
$("#description").toggle();
});
});
</script>