Temporary changes for announcement form
This commit is contained in:
parent
dcc64a20d2
commit
f4d663c67d
|
@ -1,7 +1,7 @@
|
||||||
<% # encoding: utf-8 %>
|
<% # encoding: utf-8 %>
|
||||||
|
|
||||||
<!-- <%= f.error_messages %>
|
<%= f.error_messages %>
|
||||||
|
<%= f.select :bulletin_category_id, @bulletin_categorys.collect{|t| [ t.i18n_variable[I18n.locale], t.id ]}, {}, :class => "input-medium" %>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<%= f.label :image, t('announcement.image') %><br />
|
<%= f.label :image, t('announcement.image') %><br />
|
||||||
<%= f.file_field :image %>
|
<%= f.file_field :image %>
|
||||||
|
@ -139,10 +139,10 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<% end %> -->
|
<% end %>
|
||||||
|
|
||||||
<!--Widget start-->
|
<!--Widget start-->
|
||||||
<div id="sub-wiget">
|
<!-- <div id="sub-wiget">
|
||||||
<div id="widget-date" class="widget-box">
|
<div id="widget-date" class="widget-box">
|
||||||
<div class="widget-action clear">
|
<div class="widget-action clear">
|
||||||
<a href="#" class="action"><i title="Set the announcement to start and end dates" class="icon-exclamation-sign icon-white tip"></i></a>
|
<a href="#" class="action"><i title="Set the announcement to start and end dates" class="icon-exclamation-sign icon-white tip"></i></a>
|
||||||
|
@ -360,10 +360,10 @@
|
||||||
<span class="label label-tags">Default<a href><i class="icon-remove icon-white"></i></a></span>
|
<span class="label label-tags">Default<a href><i class="icon-remove icon-white"></i></a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<!--Wiget End-->
|
<!--Wiget End-->
|
||||||
<!--Post Start-->
|
<!--Post Start-->
|
||||||
<div id="post-body">
|
<!-- <div id="post-body">
|
||||||
<div id="post-body-content" class="clear">
|
<div id="post-body-content" class="clear">
|
||||||
<%= f.select :bulletin_category_id, @bulletin_categorys.collect{|t| [ t.i18n_variable[I18n.locale], t.id ]}, {}, :class => "input-medium" %> <div class="btn-group pull-right">
|
<%= f.select :bulletin_category_id, @bulletin_categorys.collect{|t| [ t.i18n_variable[I18n.locale], t.id ]}, {}, :class => "input-medium" %> <div class="btn-group pull-right">
|
||||||
<a class="btn dropdown-toggle" href="#" data-toggle="dropdown">
|
<a class="btn dropdown-toggle" href="#" data-toggle="dropdown">
|
||||||
|
@ -521,10 +521,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<!--Post End-->
|
<!--Post End-->
|
||||||
<div class="form-actions">
|
<!-- <div class="form-actions"> -->
|
||||||
<button class="btn btn-success" type="submit">Preview/預覽</button>
|
<button class="btn btn-success" type="submit">Preview/預覽</button>
|
||||||
<button class="btn btn-primary" type="submit">Submit/送出</button>
|
<button class="btn btn-primary" type="submit">Submit/送出</button>
|
||||||
<button class="btn" type="reset">Cancel/取消</button>
|
<button class="btn" type="reset">Cancel/取消</button>
|
||||||
</div>
|
<!-- </div> -->
|
Reference in New Issue