Hi All, I have successfully developed custom reports on KOHA but the problem I face is that on SQL reports complete SQL Query is visible I want this to be hidden , any help will be highly appreciated Thanks in advance
I have successfully developed custom reports on KOHA but the problem I face is that on SQL reports complete SQL Query is visible I want this to be hidden , any help will be highly appreciated
Farrukh also asked this on IRC, and I suggested that he add this to the IntranetUserCSS system preference: #sql_output { display:none; } This may or may not work depending on how recent your version of Koha is, but it's easy to try. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
solution proposed by oleonard worked great I have done the following Added #sql_output { display:none; } in print.css On Fri, Nov 4, 2011 at 6:37 PM, Owen Leonard <oleonard@myacpl.org> wrote:
I have successfully developed custom reports on KOHA but the problem I face is that on SQL reports complete SQL Query is visible I want this to be hidden , any help will be highly appreciated
Farrukh also asked this on IRC, and I suggested that he add this to the IntranetUserCSS system preference:
#sql_output { display:none; }
This may or may not work depending on how recent your version of Koha is, but it's easy to try.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.org
-- Regards, *Farrukh Munir ** *[image: ITComplete_logo.png] t: +92 21 3278 5128 m: +92 323 220 7378 e: farrukh.munir@itcompletes.com w: www.itcompletes.com Save a tree. Don't print this e-mail unless it's really necessary
For Owen, I cannot find IntranetUserCSS preference in this 3.02 version even by doing the search. And for Farruclch, where is the print.css file found.. I mean in which koha directory? On 11/4/11, Farrukh Munir <farrukh.munir@itcompletes.com> wrote:
solution proposed by oleonard worked great I have done the following
Added #sql_output { display:none; } in print.css
On Fri, Nov 4, 2011 at 6:37 PM, Owen Leonard <oleonard@myacpl.org> wrote:
I have successfully developed custom reports on KOHA but the problem I face is that on SQL reports complete SQL Query is visible I want this to be hidden , any help will be highly appreciated
Farrukh also asked this on IRC, and I suggested that he add this to the IntranetUserCSS system preference:
#sql_output { display:none; }
This may or may not work depending on how recent your version of Koha is, but it's easy to try.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.org
-- Regards,
*Farrukh Munir ** *[image: ITComplete_logo.png] t: +92 21 3278 5128
m: +92 323 220 7378
e: farrukh.munir@itcompletes.com w: www.itcompletes.com
Save a tree. Don't print this e-mail unless it's really necessary
On Nov 5, 2011, at 9:10 AM, Raphael Muonga <chisangaz@gmail.com> wrote:
For Owen, I cannot find IntranetUserCSS preference in this 3.02 version even by doing the search.
You're using a version of Koha which is over two years old. The patch adding the IntranetUserCSS preference was pushed about one year ago. So you'll need an upgrade to be able to take advantage of that. However, if the goal is to style the print view that pref may not work anyway. It sounds like a modification to print.css is required. It should be in intranet-tmpl/prog/[lang]/css I guess we need an IntranetUserPrintCSS pref! -- Owen
It is in Koha root directory > intranet > css On Sat, Nov 5, 2011 at 6:10 PM, Raphael Muonga <chisangaz@gmail.com> wrote:
For Owen, I cannot find IntranetUserCSS preference in this 3.02 version even by doing the search. And for Farruclch, where is the print.css file found.. I mean in which koha directory?
On 11/4/11, Farrukh Munir <farrukh.munir@itcompletes.com> wrote:
solution proposed by oleonard worked great I have done the following
Added #sql_output { display:none; } in print.css
On Fri, Nov 4, 2011 at 6:37 PM, Owen Leonard <oleonard@myacpl.org> wrote:
I have successfully developed custom reports on KOHA but the problem I face is that on SQL reports complete SQL Query is visible I want this to be hidden , any help will be highly appreciated
Farrukh also asked this on IRC, and I suggested that he add this to the IntranetUserCSS system preference:
#sql_output { display:none; }
This may or may not work depending on how recent your version of Koha is, but it's easy to try.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.org
-- Regards,
*Farrukh Munir ** *[image: ITComplete_logo.png] t: +92 21 3278 5128
m: +92 323 220 7378
e: farrukh.munir@itcompletes.com w: www.itcompletes.com
Save a tree. Don't print this e-mail unless it's really necessary
-- Regards, *Farrukh Munir ** *[image: ITComplete_logo.png] t: +92 21 3278 5128 m: +92 323 220 7378 e: farrukh.munir@itcompletes.com w: www.itcompletes.com Save a tree. Don't print this e-mail unless it's really necessary
Just in case I have not just been able to locate the IntranetUserCSS in Koha 3.02.00.004. In which System Preference category is it? Raphael. On 11/4/11, Farrukh Munir <farrukh.munir@itcompletes.com> wrote:
Hi All,
I have successfully developed custom reports on KOHA but the problem I face is that on SQL reports complete SQL Query is visible I want this to be hidden , any help will be highly appreciated
Thanks in advance
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Just in case I have not just been able to locate the IntranetUserCSS in Koha 3.02.00.004. In which System Preference category is it?
Staff Client -> Appearance. You can always search for system preferences too, right from the Administration home page. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (3)
-
Farrukh Munir -
Owen Leonard -
Raphael Muonga