Merge pull request #5634 from svbergerem/remove-photo-export

Remove photo export from settings
This commit is contained in:
Jonne Haß 2015-02-07 21:10:33 +01:00
commit 604d2b7a39
4 changed files with 0 additions and 15 deletions

View file

@ -58,12 +58,6 @@ var View = {
$(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);
$('a[rel*=facebox]').facebox();

View file

@ -195,9 +195,6 @@
.small-horizontal-spacer
= 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
%h3
= t('.close_account_text')

View file

@ -174,9 +174,6 @@
- else
.small-horizontal-spacer
= 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
%h4

View file

@ -1300,12 +1300,9 @@ en:
download_export: "Download my profile"
request_export: "Request 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_in_progress: "We are currently processing your data. Please check back in a few moments."
last_exported_at: "(Last updated at %{timestamp})"
photo_export_unavailable: "Photo exporting currently unavailable"
close_account:
dont_go: "Hey, please dont go!"