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 %}{% 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 %}