[Rt-commit] r19273 - rt/3.999/trunk/lib/RT/View
sartak at bestpractical.com
sartak at bestpractical.com
Fri Apr 17 20:02:06 EDT 2009
Author: sartak
Date: Fri Apr 17 20:02:05 2009
New Revision: 19273
Modified:
rt/3.999/trunk/lib/RT/View/CRUD.pm
Log:
Use page_title for the in-page title too
Modified: rt/3.999/trunk/lib/RT/View/CRUD.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/View/CRUD.pm (original)
+++ rt/3.999/trunk/lib/RT/View/CRUD.pm Fri Apr 17 20:02:05 2009
@@ -68,7 +68,7 @@
render_mason($self->tab_url, {
current_tab => $self->current_tab,
current_subtab => $self->current_subtab,
- title => $self->object_type,
+ title => $self->page_title,
});
form {
More information about the Rt-commit
mailing list