|
|
|
@ -20,8 +20,12 @@
|
|
|
|
|
<!--<label>高 <input name="rows" type="number" min="1" value="5"> 行</label>-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ur_editor_footer">
|
|
|
|
|
<a class="btn_submit" data-button="ok" onclick="$(this).parent().parent().parent().submit();">确定</a>
|
|
|
|
|
<a class="btn_cancel" data-button="cancel" onclick="resetQuestion<%=poll_question.id%>();pollQuestionCancel(<%= poll_question.id%>);">取消</a>
|
|
|
|
|
<a class="btn_submit" data-button="ok" onclick="$(this).parent().parent().parent().submit();">
|
|
|
|
|
<%= l(:label_button_ok)%>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn_cancel" data-button="cancel" onclick="resetQuestion<%=poll_question.id%>();pollQuestionCancel(<%= poll_question.id%>);">
|
|
|
|
|
<%= l(:button_cancel)%>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div><!--编辑多行文字end-->
|
|
|
|
|