diff --git a/app/views/cost_objects/_edit.html.erb b/app/views/cost_objects/_edit.html.erb index ce5a2779be..4bdedf520c 100644 --- a/app/views/cost_objects/_edit.html.erb +++ b/app/views/cost_objects/_edit.html.erb @@ -29,5 +29,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%= l(:label_attachment_plural )%>

<%= render :partial => 'attachments/form' %>

- <%= styled_button_tag l(:button_submit), class: '-success -with-icon icon-yes' %> + <%= styled_button_tag l(:button_submit), class: '-with-icon icon-yes' %> <% end %> diff --git a/app/views/cost_objects/new.html.erb b/app/views/cost_objects/new.html.erb index 19bc4d2aac..9ce0e24923 100644 --- a/app/views/cost_objects/new.html.erb +++ b/app/views/cost_objects/new.html.erb @@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :html => {:multipart => true, :id => 'cost_object_form'} do |f| %> <%= error_messages_for 'cost_object' %> <%= render :partial => 'form', :locals => {:f => f} %> - <%= styled_button_tag l(:button_create), class: '-success -with-icon icon-yes' %> + <%= styled_button_tag l(:button_create), class: '-with-icon icon-yes' %> <%= styled_button_tag l(:button_create_and_continue), :name => 'continue', class: 'button -highlight'%> diff --git a/app/views/cost_types/edit.html.erb b/app/views/cost_types/edit.html.erb index 4b448c9b4d..05834782fa 100644 --- a/app/views/cost_types/edit.html.erb +++ b/app/views/cost_types/edit.html.erb @@ -73,7 +73,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <%= link_to_function l(:button_add_rate), "addRate($('add_rate_date'))", {:class => "button icon icon-add"} %>
- <%= styled_button_tag l(:button_save), class: '-success -with-icon icon-yes' %> + <%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %> <% end %> diff --git a/app/views/cost_types/index.html.erb b/app/views/cost_types/index.html.erb index 21d9309570..a6b308d47b 100644 --- a/app/views/cost_types/index.html.erb +++ b/app/views/cost_types/index.html.erb @@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. { :update => "content", :with => "Form.serialize('query_form')", :method => :get - }, :class => 'button -success -with-icon icon-yes' %> + }, :class => 'button -with-icon icon-yes' %> <%= link_to_remote l(:button_clear), { :url => { :clear_filter => true }, diff --git a/app/views/costlog/_date_range.html.erb b/app/views/costlog/_date_range.html.erb index d5409d4617..897b6dfbaf 100644 --- a/app/views/costlog/_date_range.html.erb +++ b/app/views/costlog/_date_range.html.erb @@ -45,5 +45,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <%= calendar_for :to %> - <%= styled_button_tag l(:button_apply), class: '-success -with-icon icon-yes' %> + <%= styled_button_tag l(:button_apply), class: '-with-icon icon-yes' %> diff --git a/app/views/costlog/edit.html.erb b/app/views/costlog/edit.html.erb index 131438feb9..7248dc6937 100644 --- a/app/views/costlog/edit.html.erb +++ b/app/views/costlog/edit.html.erb @@ -100,7 +100,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - <%= styled_button_tag l(:button_save), class: '-success -with-icon icon-yes' %> + <%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %> <% end %> <% content_for :header_tags do %> diff --git a/app/views/hourly_rates/edit.html.erb b/app/views/hourly_rates/edit.html.erb index 66a835989b..83ce1ddc2b 100644 --- a/app/views/hourly_rates/edit.html.erb +++ b/app/views/hourly_rates/edit.html.erb @@ -56,5 +56,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <%= link_to_function l(:button_add_rate), "addRate($('add_rate_date'))", {:class => "button icon icon-add"} %> -
<%= styled_button_tag l(:button_save), class: '-success -with-icon icon-yes' %>
+
<%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %>
<% end %>