Remove further references to Jutda Helpdesk, changing them to django-helpdesk.

This commit is contained in:
Ross Poulton 2011-02-02 10:25:32 +00:00
parent e322f0644d
commit 723b4f1881
5 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{% load i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> {% load i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>{% block helpdesk_title %}Helpdesk{% endblock %} :: {% trans "Powered by Jutda Helpdesk" %}</title> <title>{% block helpdesk_title %}Helpdesk{% endblock %} :: {% trans "Powered by django-helpdesk" %}</title>
<script src='{{ MEDIA_URL }}helpdesk/jquery-1.3.2.min.js' type='text/javascript' language='javascript'></script> <script src='{{ MEDIA_URL }}helpdesk/jquery-1.3.2.min.js' type='text/javascript' language='javascript'></script>
<script src='{{ MEDIA_URL }}helpdesk/jquery-ui-1.7.2.custom.min.js' type='text/javascript' language='javascript'></script> <script src='{{ MEDIA_URL }}helpdesk/jquery-ui-1.7.2.custom.min.js' type='text/javascript' language='javascript'></script>
<link rel='stylesheet' href='{{ MEDIA_URL }}helpdesk/helpdesk.css' type='text/css' /> <link rel='stylesheet' href='{{ MEDIA_URL }}helpdesk/helpdesk.css' type='text/css' />

View File

@ -1,7 +1,7 @@
{% extends "helpdesk/help_base.html" %} {% extends "helpdesk/help_base.html" %}
{% block title %}Jutda Helpdesk API Documentation{% endblock %} {% block title %}django-helpdesk API Documentation{% endblock %}
{% block heading %}Jutda Helpdesk API Documentation{% endblock %} {% block heading %}django-helpdesk API Documentation{% endblock %}
{% block content %} {% block content %}
<h2>Contents</h2> <h2>Contents</h2>
@ -26,7 +26,7 @@
<h2 id='introduction'>Introduction</h2> <h2 id='introduction'>Introduction</h2>
<p>Jutda Helpdesk provides a powerful <acronym title='Application Programming Interface'>API</acronym> to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.</p> <p>django-helpdesk provides a powerful <acronym title='Application Programming Interface'>API</acronym> to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.</p>
<p>For example, you may use this API to implement a system to automatically open a ticket when an invoice is raised in your invoicing system, or to automatically close a ticket from an instant messenger application.</p> <p>For example, you may use this API to implement a system to automatically open a ticket when an invoice is raised in your invoicing system, or to automatically close a ticket from an instant messenger application.</p>

View File

@ -36,10 +36,10 @@
padding-left: 2em; padding-left: 2em;
} }
</style> </style>
<title>{% block title %}Jutda Helpdesk Help{% endblock %}</title> <title>{% block title %}django-helpdesk Help{% endblock %}</title>
</head> </head>
<body> <body>
<h1>{% block heading %}Jutda Helpdesk Help{% endblock %}</h1> <h1>{% block heading %}django-helpdesk Help{% endblock %}</h1>
{% block content %}{% endblock %} {% block content %}{% endblock %}
</body> </body>

View File

@ -1,7 +1,7 @@
{% extends "helpdesk/help_base.html" %} {% extends "helpdesk/help_base.html" %}
{% block title %}Jutda Helpdesk Context Listing{% endblock %} {% block title %}django-helpdesk Context Listing{% endblock %}
{% block heading %}Jutda Helpdesk Context Listing{% endblock %} {% block heading %}django-helpdesk Context Listing{% endblock %}
{% block content %} {% block content %}
<h2>Contents</h2> <h2>Contents</h2>
@ -44,7 +44,7 @@
<h2 id='introduction'>Introduction</h2> <h2 id='introduction'>Introduction</h2>
<p>Jutda Helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.</p> <p>django-helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.</p>
<p>For example, you may want to place the last escalation date into a ticket comment, or reproduce the original description sent to you by the submitter.</p> <p>For example, you may want to place the last escalation date into a ticket comment, or reproduce the original description sent to you by the submitter.</p>

View File

@ -19,7 +19,7 @@
{% block helpdesk_body %}{% endblock %} {% block helpdesk_body %}{% endblock %}
</div> </div>
<div id='footer'> <div id='footer'>
<p>{% trans "Powered by <a href='http://www.jutda.com.au/'>Jutda HelpDesk</a>." %}</p> <p>{% trans "Powered by <a href='http://github.com/rossp/django-helpdesk'>django-helpdesk</a>." %}</p>
</div> </div>
</div>{% include "helpdesk/debug.html" %} </div>{% include "helpdesk/debug.html" %}
</body> </body>