diff -r 000000000000 -r 0d40e90630ef web/lib/django/contrib/admindocs/templates/admin_doc/bookmarklets.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/lib/django/contrib/admindocs/templates/admin_doc/bookmarklets.html Wed Jan 20 00:34:04 2010 +0100 @@ -0,0 +1,31 @@ +{% extends "admin/base_site.html" %} + +{% block breadcrumbs %}{% load i18n %}{% endblock %} +{% block title %}{% trans "Documentation bookmarklets" %}{% endblock %} + +{% block content %} + +{% blocktrans %} +

To install bookmarklets, drag the link to your bookmarks +toolbar, or right-click the link and add it to your bookmarks. Now you can +select the bookmarklet from any page in the site. Note that some of these +bookmarklets require you to be viewing the site from a computer designated +as "internal" (talk to your system administrator if you aren't sure if +your computer is "internal").

+{% endblocktrans %} + +
+

{% trans "Documentation for this page" %}

+

{% trans "Jumps you from any page to the documentation for the view that generates that page." %}

+ +

{% trans "Show object ID" %}

+

{% trans "Shows the content-type and unique ID for pages that represent a single object." %}

+ +

{% trans "Edit this object (current window)" %}

+

{% trans "Jumps to the admin page for pages that represent a single object." %}

+ +

{% trans "Edit this object (new window)" %}

+

{% trans "As above, but opens the admin page in a new window." %}

+
+ +{% endblock %}