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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc (+6 lines)
Lines 68-72 td input { font-size: 1.5em; } Link Here
68
}
68
}
69
69
70
</style>
70
</style>
71
72
<script type="text/javascript">
73
    //<![CDATA[
74
        function _(s) { return s } // dummy function for gettext
75
    //]]>
76
</script>
71
</head>
77
</head>
72
<body>
78
<body>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-2 / +2 lines)
Lines 89-95 Link Here
89
[% IF ( selectframeworks ) %]
89
[% IF ( selectframeworks ) %]
90
    <h2 align="center">Selecting Default Settings</h2>
90
    <h2 align="center">Selecting Default Settings</h2>
91
    <script type="text/javascript">
91
    <script type="text/javascript">
92
        document.write('<p><a href="#" onclick="return selectAllFrameworks();">Select all frameworks</a></p>');
92
        var linklabel = _("Select all sample data");
93
        document.write('<p><a href="#" onclick="return selectAllFrameworks();">'+linklabel+'</a></p>');
93
    </script>
94
    </script>
94
    <form name="frameworkselection" method="post" action="install.pl">
95
    <form name="frameworkselection" method="post" action="install.pl">
95
    <input type="hidden" name="step" value="3" />
96
    <input type="hidden" name="step" value="3" />
96
- 

Return to bug 12658