Remove photo export from settings

This commit is contained in:
Steffen van Bergerem 2015-02-07 14:59:18 +01:00
parent 8b33b9eb18
commit 7e5f5964e9
4 changed files with 0 additions and 15 deletions

View file

@ -58,12 +58,6 @@ var View = {
$(this).siblings("#tag_following_submit").removeClass('hidden'); $(this).siblings("#tag_following_submit").removeClass('hidden');
}); });
/* photo exporting in the works */
$("#photo-export-button").bind("click", function(evt){
evt.preventDefault();
alert($(this).attr('title'));
});
$(document.body).click(this.dropdowns.removeFocus); $(document.body).click(this.dropdowns.removeFocus);
$('a[rel*=facebox]').facebox(); $('a[rel*=facebox]').facebox();

View file

@ -195,9 +195,6 @@
.small-horizontal-spacer .small-horizontal-spacer
= link_to t('.request_export'), export_profile_user_path, :class => "button" = link_to t('.request_export'), export_profile_user_path, :class => "button"
.small-horizontal-spacer
= link_to t('.download_photos'), "#", :class => "button", :id => "photo-export-button", :title => t('.photo_export_unavailable')
.span6 .span6
%h3 %h3
= t('.close_account_text') = t('.close_account_text')

View file

@ -174,9 +174,6 @@
- else - else
.small-horizontal-spacer .small-horizontal-spacer
= link_to t('.request_export'), export_profile_user_path, :class => "button" = link_to t('.request_export'), export_profile_user_path, :class => "button"
%br
%br
= link_to t('.download_photos'), "#", :class => "btn", :id => "photo-export-button", :title => t('.photo_export_unavailable')
.span-5.last .span-5.last
%h4 %h4

View file

@ -1300,12 +1300,9 @@ en:
download_export: "Download my profile" download_export: "Download my profile"
request_export: "Request my profile data" request_export: "Request my profile data"
request_export_update: "Refresh my profile data" request_export_update: "Refresh my profile data"
download_xml: "Download my data (XML)"
download_photos: "Download my photos"
export_data: "Export data" export_data: "Export data"
export_in_progress: "We are currently processing your data. Please check back in a few moments." export_in_progress: "We are currently processing your data. Please check back in a few moments."
last_exported_at: "(Last updated at %{timestamp})" last_exported_at: "(Last updated at %{timestamp})"
photo_export_unavailable: "Photo exporting currently unavailable"
close_account: close_account:
dont_go: "Hey, please dont go!" dont_go: "Hey, please dont go!"