inc/helpers/forms.php
@@ -21,7 +21,7 @@ $meta->render('form', $field, $config); } ?> <?= (jvbCheck('submit', $options)) ? '<button type="submit">'.jvbIcon('save').'Save</button>' : '' ?> <?= (jvbCheck('submit', $options)) ? '<button type="submit">'.jvbIcon('floppy-disk').'Save</button>' : '' ?> </form> <?php $out = ob_get_clean();