View | Details | Raw Unified | Return to bug 33478
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-5 / +4 lines)
Lines 701-708 Link Here
701
        $(document).ready(function(){
701
        $(document).ready(function(){
702
            $("#headings").click(function(){
702
            $("#headings").click(function(){
703
                $("#style").val(function(i, text) {
703
                $("#style").val(function(i, text) {
704
                    return text + '\nbody, #slip h1, #slip h2, #slip h3, #slip h4, #slip h5, #slip h6,\n' +
704
                    return text + 'pre, #slip, #slip h1, #slip h2, #slip h3, #slip h4, #slip h5, #slip h6,\n' +
705
                    '#receipt h1, #receipt h2, #receipt h3, #receipt h4, #receipt h5, #receipt h6 {\n' +
705
                    '#receipt, #receipt h1, #receipt h2, #receipt h3, #receipt h4, #receipt h5, #receipt h6 {\n' +
706
                    '// insert CSS here\n' +
706
                    '// insert CSS here\n' +
707
                    '}';
707
                    '}';
708
                });
708
                });
Lines 716-723 Link Here
716
            });
716
            });
717
            $("#text").click(function(){
717
            $("#text").click(function(){
718
                $("#style").val(function(i, text) {
718
                $("#style").val(function(i, text) {
719
                    return text + '\nbody, #slip h1, #slip h2, #slip h3, #slip h4, #slip h5, #slip h6,\n' +
719
                    return text + 'pre, #slip, #slip h1, #slip h2, #slip h3, #slip h4, #slip h5, #slip h6,\n' +
720
                    '#receipt h1, #receipt h2, #receipt h3, #receipt h4, #receipt h5, #receipt h6,\n' +
720
                    '#receipt, #receipt h1, #receipt h2, #receipt h3, #receipt h4, #receipt h5, #receipt h6,\n' +
721
                    'table, th, td, th:last-child, td:last-child {\n' +
721
                    'table, th, td, th:last-child, td:last-child {\n' +
722
                    '// insert CSS here\n' +
722
                    '// insert CSS here\n' +
723
                    '}';
723
                    '}';
724
- 

Return to bug 33478