Ignore:
Timestamp:
08/20/14 09:10:24 (10 years ago)
Author:
Twan Goosen
Message:

Styling of the wizard
Refs #594

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/wizard/CreateVirtualCollectionWizard$ResourcesStep.html

    r5531 r5574  
    1010            <div style="display: none" wicket:id="deleteResourceDialog"></div>
    1111            <div style="display: none" wicket:id="addResourcesDialog"></div>
    12             <div wicket:id="resourcesContainer" class="fieldset">
     12            <div id="resourcesfields" class="fieldset">
    1313                <div class="extrainfo">
    1414                    <a href="#" class="extrainfotoggle"><span>[info]</span></a>
     
    2727                    </div>
    2828                </div>
    29                 <label class="required">Resources<br />
    30                     <a id="add" wicket:id="add" href="#" class="add tooltipparent"><span>[add]</span><span class="tooltip">Add a single new resource or metadata reference with an optional label and/or description</span></a><br />
    31                     <a id="addmore" wicket:id="addMore" href="#" class="addMore tooltipparent"><span>[add more]</span><span class="tooltip">Add one or reference of the same type</span></a>
    32                 </label>
    33                 <table wicket:id="resourcesTable" class="resourcesTable"></table>
     29                <div wicket:id="resourcesContainer">
     30                    <label class="required">Resources<br />
     31                        <a id="add" wicket:id="add" href="#" class="add tooltipparent"><span>[add]</span><span class="tooltip">Add a single new resource or metadata reference with an optional label and/or description</span></a><br />
     32                        <a id="addmore" wicket:id="addMore" href="#" class="addMore tooltipparent"><span>[add more]</span><span class="tooltip">Add one or reference of the same type</span></a>
     33                    </label>
     34                    <table wicket:id="resourcesTable" class="resourcesTable display"></table>
     35                </div>
    3436            </div>
    3537        </wicket:panel>
Note: See TracChangeset for help on using the changeset viewer.