django-helpdesk/templates/helpdesk
Ross Poulton 0068eccbf4 Big checkin that adds a number of features and makes some changes:
* Updated jQuery to 1.2.6
* Add jQuery UI 1.6b for interface effects as needed
    * 'Smoothness' theme from ThemeRoller.com added.
* Clean up 'Filter' dialog on Ticket List, long way to go still.
    * Uses tabs to save a query or load a saved query
    * Lots of misuse of space here, can be cleaned up somewhat still.
* Add ability for users to save filters/queries
    * Saved queries can be shared, so other users can use them
    * Users can run saved queries instead of re-filtering
    * Filter mechanism in Ticket List had to be reworked significantly
* Merged 3rd party licenses into LICENSE.3RDPARTY
* Updated messages files for EN locale

To update, ensure you run './manage.py syncdb' to add the SavedSearch
table.
2008-08-28 09:06:24 +00:00
..
rss * Added RSS Feed Functionality 2008-02-08 05:29:51 +00:00
api_help.html * Clean up API Help HTML 2008-04-02 01:07:58 +00:00
base.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
confirm_delete_saved_query.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
create_ticket.html Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +00:00
dashboard.html * Move to newforms-admin (compatible with Django 1.0 alphas) 2008-08-11 23:24:18 +00:00
debug.html * Updates to bring into line with django trunk 2008-04-17 05:46:55 +00:00
delete_ticket.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
email_html_base.html * Removed e-mail templates to the database 2008-04-01 23:26:12 +00:00
email_text_footer.txt * Removed e-mail templates to the database 2008-04-01 23:26:12 +00:00
kb_category.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
kb_index.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
kb_item.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_base.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_homepage.html Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +00:00
public_view_form.html * Add localisation hooks 2008-05-21 21:16:44 +00:00
public_view_ticket.html Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +00:00
report_index.html * Added i18n hooks, eg _() and {% trans %} tags around all helpdesk-generated 2008-05-07 09:04:18 +00:00
report_output.html * Added i18n hooks, eg _() and {% trans %} tags around all helpdesk-generated 2008-05-07 09:04:18 +00:00
rss_list.html * Added i18n hooks, eg _() and {% trans %} tags around all helpdesk-generated 2008-05-07 09:04:18 +00:00
ticket_list.html Big checkin that adds a number of features and makes some changes: 2008-08-28 09:06:24 +00:00
ticket.html Fixes #10: BUG Script URL's hard-coded to http://media.jutda.com.au; now 2008-08-18 21:37:48 +00:00