• Welcome to KonaKart Community Forum. Please login or sign up.
 

Elements customisation in administration GUI

Started by Irina, July 28, 2011, 10:32:56 am

Previous topic - Next topic

Irina

Hello.

Please make an improvement for the administration interface. Not all elements on pages there can be customized because of the CSS class definition was lost for them.
The structure should be the same on every page in konakart admin part. The correct structure is:

<body>
<div id="kkAdmin">
<table class="konakart-MasterPanel">
<tr>
......
</tr>
<tr>
<td>
......
</td>
<td>
<table class="konakart-DetailInner">
<tr>
<td>
<table>
<tr>
.........
</tr>
<tr>
<td>
<table>
<tr>
.........
</tr>
<tr>
<td>
_ <table class="konakart-MasterRightPanel">
........
_ </table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>

But some tabs have the other structure. The inner table does not have this class="konakart-MasterRightPanel" so we can't apply the CSS styles to the table (to make the round borders of the box with box-shadow, for example). This tabs are:
1) Tab "Products" - > Update Product Quantities
2) Tab "Products" - > Update Prod Available Date
3) Tab "Tool" - > Delete Expired sessions
4) Tab "Tool" - > Refresh Caches
5) Tab "Tool" - > Manage Solr Search Engine
6) Tab "Tool" - > Publish Products

Thanks.