diff -r 6641e941ef1e -r ff1a9aa48cfd app/django/contrib/admindocs/templates/admin_doc/bookmarklets.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/django/contrib/admindocs/templates/admin_doc/bookmarklets.html Tue Oct 14 16:00:59 2008 +0000
@@ -0,0 +1,31 @@
+{% extends "admin/base_site.html" %}
+
+{% block breadcrumbs %}{% load i18n %}
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 "Jumps you from any page to the documentation for the view that generates that page." %}
+
+
+
{% trans "Shows the content-type and unique ID for pages that represent a single object." %}
+
+
+
{% trans "Jumps to the admin page for pages that represent a single object." %}
+
+
+
{% trans "As above, but opens the admin page in a new window." %}
+
+
+{% endblock %}