Don't use slidebox for softwaretype.

... Yes, sometimes addings fancy effects doesn't improve UX!
parent 92b95057
...@@ -17,7 +17,6 @@ $(document).ready(function() { ...@@ -17,7 +17,6 @@ $(document).ready(function() {
$('#parameterkw').slideBox('show'); $('#parameterkw').slideBox('show');
setupSlappart(); setupSlappart();
$('#softwareType').slideBox();
$('#reloadfiles').click(function() { $('#reloadfiles').click(function() {
setupFileTree(); setupFileTree();
}); });
......
...@@ -97,11 +97,8 @@ ...@@ -97,11 +97,8 @@
</div><!-- end tab2 --> </div><!-- end tab2 -->
<div id="tab3" class="tabContents"> <div id="tab3" class="tabContents">
<div id="softwareType"> <div id="softwareType">
<h2 class='hight'>Software Type parameter</h2> <h2 class='hight'>Software Type of main instance</h2>
<div class="slidebox"> <input style="margin-top:5px;" type="text" name="software_type" id="software_type" size="35" value="Software Type here..." />
<label for="software_type">Software Type </label>
<input type="text" name="software_type" id="software_type" size="35" value="Software Type here..." />
</div>
</div> </div>
<br/> <br/>
<div id="parameterkw"> <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