Update export.php

This commit is contained in:
Mike Koch 2018-05-15 12:45:06 -04:00
parent 5e5a8193e9
commit d84776d1aa
No known key found for this signature in database
GPG Key ID: 9DF46195699C8A67

View File

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