芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/minscoop.com/app/Views/admin/poll/edit.php
= view('admin/includes/_messages'); ?>
= trans('update_poll'); ?>
= trans('polls'); ?>
= csrf_field(); ?>
= trans("language"); ?>
lang_id == $language->id ? 'selected' : ''; ?>>= $language->name; ?>
= trans('question'); ?>
= esc($poll->question); ?></textarea>
= trans('option_' . $i); ?>
>
= trans('vote_permission'); ?>
vote_permission == "all" ? 'checked' : ''; ?>>
= trans('all_users_can_vote'); ?>
vote_permission == "registered" ? 'checked' : ''; ?>>
= trans('registered_users_can_vote'); ?>
= trans('status'); ?>
status == "1" ? 'checked' : ''; ?>>
= trans('active'); ?>
status == "0" ? 'checked' : ''; ?>>
= trans('inactive'); ?>