[rt-users] Change the place of title page name

Jonathan Khattir jonathan.khattir at mobiquithings.net
Wed Jul 11 08:54:57 EDT 2012


OK, I created the callbacks Head and I put in  jQuery('#header
h1').prependTo('#body');
I clean cache, restart server but i have an error : Error during
compilation of
/opt/rt4/local/html/Callbacks/MobiquiThings/Elements/Header/Head:
Useless use of concatenation (.) or string in void context at
/opt/rt4/local/html/Callbacks/MobiquiThings/Elements/Header/Head line 2.
(/opt/rt4/sbin/../lib/RT/Interface/Web/Handler.pm:208)

Content of my Head callback :

<%INIT>
jQuery(('#header h1').prependTo('#body'));
</%INIT>
<%ARGS>
</%ARGS>


2012/7/2 Jonathan Khattir <jonathan.khattir at mobiquithings.net>

> Hi, I would like to known how i can change the place of the title of
> current page view.
>
> The variable is $Title, define in /Element/Header so i would like export
> this variable or the div <div id="header"><h1><% $Title %></h1></div> to
> display the page name in footer (/Element/Footer) for exemple.
>
> Thanks to help me :)
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120711/230e2c1f/attachment.htm>


More information about the rt-users mailing list