Changed out tab control scheme.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div id="listZone" class="container"></div>
|
||||
<div id="errorZone" style="display: none;"></div>
|
||||
|
||||
<div id="udArrows">
|
||||
<div id="bottomControls">
|
||||
<input type="image" id="goTop" title="To Top" src="../icons/up-arrow.png" />
|
||||
<input type="image" id="showAllBttn" title="Unhide All Tabs" src="../icons/eyeOpen.png" />
|
||||
<input type="image" id="goToTab" title="Scroll Current Tab To View" src="../icons/go2-arrow.png" />
|
||||
@@ -24,11 +24,13 @@
|
||||
<input type="image" id="goBottom" title="To Bottom" src="../icons/down-arrow.png"/>
|
||||
</div>
|
||||
|
||||
<div id="tabControls" style="display: none;">
|
||||
<img id="closeBttn" class="closeImg" src="../icons/x.png" />
|
||||
<img id="hideTgglBttn" class="hiderImg" src="../icons/eyeOpen.png" />
|
||||
</div>
|
||||
|
||||
<template id="tabContainerTemplate">
|
||||
<div title="" id="iconElm" class="">
|
||||
<img id="closeBttn" class="closeImg" src="" />
|
||||
<img id="hideTgglBttn" class="hiderImg" src="" />
|
||||
<p class="pTagTitleText" ></p>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user