@@ -, +, @@ --- .../intranet-tmpl/prog/en/css/staff-global.css | 5 ++- .../en/modules/reports/guided_reports_start.tt | 41 +++++++++++-------- .../prog/img/glyphicons-halflings-white-koha.png | Bin 0 -> 23022 bytes 3 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-white-koha.png --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2422,8 +2422,11 @@ a.btn:visited{ .dropdown-menu li { list-style: none outside none; } +a.dropdown-toggle { + white-space: nowrap; +} [class^="icon-"],[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-koha.png");} -.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-white.png");} +.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-white-koha.png");} a.disabled { color : #999999; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -287,18 +287,20 @@ canned reports and writing custom SQL reports.

Public [% IF (usecache) %] Cache expiry (seconds) [% END %] Saved results - Saved SQL   - [% IF ( CAN_user_reports_create_reports ) %] -   - [% END %] [% FOREACH savedreport IN savedreports %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] [% savedreport.id %] - [% savedreport.report_name %] + + [% IF ( savedreport.report_name ) %] + [% savedreport.report_name %] + [% ELSE %] + [ no name ] + [% END %] + [% savedreport.type %] [% savedreport.groupname %] [% savedreport.subgroupname %] @@ -314,19 +316,24 @@ canned reports and writing custom SQL reports.

[% IF ( savedreport.date_run ) %][% savedreport.date_run %][% END %] - Show - [% IF ( CAN_user_reports_create_reports ) %] - Edit - Duplicate - [% END %] - - - Run - Schedule + - [% IF ( CAN_user_reports_create_reports ) %] - Delete - [% END %] [% END %]