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 |
- |
|
|