Don't use slidebox for softwaretype.

... Yes, sometimes addings fancy effects doesn't improve UX!
parent 92b95057
......@@ -17,7 +17,6 @@ $(document).ready(function() {
$('#parameterkw').slideBox('show');
setupSlappart();
$('#softwareType').slideBox();
$('#reloadfiles').click(function() {
setupFileTree();
});
......
......@@ -97,11 +97,8 @@
</div><!-- end tab2 -->
<div id="tab3" class="tabContents">
<div id="softwareType">
<h2 class='hight'>Software Type parameter</h2>
<div class="slidebox">
<label for="software_type">Software Type </label>
<input type="text" name="software_type" id="software_type" size="35" value="Software Type here..." />
</div>
<h2 class='hight'>Software Type of main instance</h2>
<input style="margin-top:5px;" type="text" name="software_type" id="software_type" size="35" value="Software Type here..." />
</div>
<br/>
<div id="parameterkw">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment