Remove inline styling from export

This commit is contained in:
Mike Koch 2015-09-10 16:47:31 -04:00
parent f5cf6ca754
commit 1a4d62fec9

View File

@ -898,7 +898,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
</div> </div>
</div> </div>
</div> </div>
<div class="form-group" style="text-align: center"> <div class="form-group text-center">
<input type="submit" value="<?php echo $hesklang['export_btn']; ?>" class="btn btn-default" /> <input type="submit" value="<?php echo $hesklang['export_btn']; ?>" class="btn btn-default" />
<input type="hidden" name="cot" value="1" /> <input type="hidden" name="cot" value="1" />
</div> </div>