|
From: Jon O. <jon...@us...> - 2007-04-28 19:45:50
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver
In directory sc8-pr-cvs16:/tmp/cvs-serv19490
Modified Files:
bugsbt_index.tpl bugsbt_product_body.tpl bugsbt_view_body.tpl
Log Message:
fixes
Index: bugsbt_view_body.tpl
===================================================================
RCS file: /cvsroot/mxbb/mx_bugsbt/templates/subSilver/bugsbt_view_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bugsbt_view_body.tpl 15 Feb 2007 12:44:07 -0000 1.1
--- bugsbt_view_body.tpl 28 Apr 2007 19:45:43 -0000 1.2
***************
*** 52,55 ****
--- 52,56 ----
<span class="gensmall"><b>{L_BUG_AUTHOR}</b></span> <span class="gensmall">{BUG_AUTHOR}</span><br />
<span class="gensmall"><b>{L_BUG_DATE}</b></span> <span class="gensmall">{BUG_DATE}</span><br />
+ <span class="gensmall"><b>{L_BUG_UPDATED_DATE}</b></span> <span class="gensmall">{BUG_UPDATED_DATE}</span><br />
<span class="gensmall">{VIEWS}</span><br />
<hr>
Index: bugsbt_product_body.tpl
===================================================================
RCS file: /cvsroot/mxbb/mx_bugsbt/templates/subSilver/bugsbt_product_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bugsbt_product_body.tpl 15 Feb 2007 12:44:07 -0000 1.1
--- bugsbt_product_body.tpl 28 Apr 2007 19:45:43 -0000 1.2
***************
*** 4,13 ****
<thead class="fixedHeader">
<tr>
! <th width="5%" class="TableSortedAscending sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Numeric,'rowShade':'alternate'})">{L_ID}</th>
! <th width="5%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})">{L_STATUS}</th>
! <th width="50%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})">{L_NAME}</th>
! <th width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})">{L_EDITION_BUILD}</th>
! <th width="20%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})">{L_STATUS}</th>
! <th width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Date,'rowShade':'alternate'})">{L_REPORTED}</th>
</tr>
--- 4,14 ----
<thead class="fixedHeader">
<tr>
! <td width="5%" class="TableSortedAscending sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Numeric,'rowShade':'alternate'})"><span class="gensmall"><b>{L_ID}</b></span></td>
! <td width="5%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_CLOSED}</b></span></td>
! <td width="50%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_NAME}</b></span></td>
! <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_EDITION_BUILD}</b></span></td>
! <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Default,'rowShade':'alternate'})"><span class="gensmall"><b>{L_STATUS}</b></span></td>
! <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Date,'rowShade':'alternate'})"><span class="gensmall"><b>{L_REPORTED}</b></span></td>
! <td width="10%" class="sortable row2" title="Click here to sort" onclick="Table.sort(this,{'sortType':Sort.Date,'rowShade':'alternate'})"><span class="gensmall"><b>{L_UPDATED}</b></span></td>
</tr>
***************
*** 21,29 ****
<td width="10%" class="row1"><span class="copyright">{bugsrow.PRODUCT}</span></td>
! <td width="20%" class="row1"><span class="copyright">{bugsrow.STATUS}</span></td>
<td width="10%" class="row1"><span class="copyright">{bugsrow.REPORTED}</span></td>
</tr>
<!-- END bugsrow -->
</tbody>
</table>
--- 22,38 ----
<td width="10%" class="row1"><span class="copyright">{bugsrow.PRODUCT}</span></td>
! <td width="10%" class="row1"><span class="copyright">{bugsrow.STATUS}</span></td>
<td width="10%" class="row1"><span class="copyright">{bugsrow.REPORTED}</span></td>
+ <td width="10%" class="row1"><span class="copyright">{bugsrow.UPDATED}</span></td>
</tr>
<!-- END bugsrow -->
+ <!-- BEGIN no_bugs -->
+ <tr >
+ <td width="100%" class="row1" colspan="6">
+ {no_bugs.L_NO_ARTICLES_CAT}
+ </td>
+ </tr>
+ <!-- END no_bugs -->
</tbody>
</table>
Index: bugsbt_index.tpl
===================================================================
RCS file: /cvsroot/mxbb/mx_bugsbt/templates/subSilver/bugsbt_index.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bugsbt_index.tpl 15 Feb 2007 12:44:06 -0000 1.1
--- bugsbt_index.tpl 28 Apr 2007 19:45:43 -0000 1.2
***************
*** 382,387 ****
.DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;}
! .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 175px; }
.DynamicTree .wrap2 { margin-left: 2px; }
.DynamicTree #tree-insert-form { display: none; margin-top: 5em; }
--- 382,388 ----
.DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;}
! .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px; height:300px; overflow-x:hidden; overflow-y:auto;}
.DynamicTree .wrap2 { margin-left: 2px; }
+ .DynamicTree .wrap3 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px;}
.DynamicTree #tree-insert-form { display: none; margin-top: 5em; }
***************
*** 534,543 ****
/* Table Sort */
table.example {
- border:1px solid {T_TH_COLOR1};
border-collapse:collapse;
}
table.example th, table.example td {
border:1px solid {T_TH_COLOR3};
! padding: 2px 15px 2px 15px;
}
table.example tr.alternate {
--- 535,543 ----
/* Table Sort */
table.example {
border-collapse:collapse;
}
table.example th, table.example td {
border:1px solid {T_TH_COLOR3};
! padding: 2px 2px 2px 2px;
}
table.example tr.alternate {
***************
*** 551,571 ****
background-color:{T_TR_COLOR2};
}
! table.example th.sortable {
cursor:pointer;
font-size: 10px;
}
! table.example th.TableSortedAscending {
background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/sorted_up.gif");
! background-position:center left;
background-repeat:no-repeat;
}
! table.example th.TableSortedDescending {
background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/sorted_down.gif");
! background-position:center left;
background-repeat:no-repeat;
}
! table.example th.TableFiltered {
background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/filter.gif");
! background-position:center left;
background-repeat:no-repeat;
}
--- 551,572 ----
background-color:{T_TR_COLOR2};
}
! table.example td.sortable {
cursor:pointer;
font-size: 10px;
+ padding-bottom:10px;
}
! table.example td.TableSortedAscending {
background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/sorted_up.gif");
! background-position:center bottom;
background-repeat:no-repeat;
}
! table.example td.TableSortedDescending {
background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/sorted_down.gif");
! background-position:center bottom;
background-repeat:no-repeat;
}
! table.example td.TableFiltered {
background-image:url("{MX_ROOT_PATH}modules/mx_shared/tablesort/filter.gif");
! background-position:center bottom;
background-repeat:no-repeat;
}
***************
*** 581,585 ****
/* Scrollable Content Height */
.scrollContent {
! height:200px;
overflow-x:hidden;
overflow-y:auto;
--- 582,586 ----
/* Scrollable Content Height */
.scrollContent {
! height:300px;
overflow-x:hidden;
overflow-y:auto;
***************
*** 610,614 ****
background-color: {T_TR_COLOR3};
color: {T_BODY_TEXT};
! margin: 3px;
padding: 1px;
white-space: nowrap;
--- 611,615 ----
background-color: {T_TR_COLOR3};
color: {T_BODY_TEXT};
! margin: 0px;
padding: 1px;
white-space: nowrap;
***************
*** 626,630 ****
.bodyFormat tr td {
color: {T_BODY_TEXT};
! margin: 3px;
padding: 1px;
border: 0px none;
--- 627,631 ----
.bodyFormat tr td {
color: {T_BODY_TEXT};
! margin: 0px;
padding: 1px;
border: 0px none;
***************
*** 638,641 ****
--- 639,646 ----
cursor: pointer;
}
+
+ .isLink{
+ cursor: pointer;
+ }
-->
</style>
***************
*** 644,648 ****
/* IE Specific Style addition to constrain table from automatically growing in height */
div.TableContainer {
! height: 200px;
overflow-x:hidden;
overflow-y:auto;
--- 649,653 ----
/* IE Specific Style addition to constrain table from automatically growing in height */
div.TableContainer {
! height: 300px;
overflow-x:hidden;
overflow-y:auto;
***************
*** 715,722 ****
</div>
<script type="text/javascript">var tree = new DynamicTree("tree"); tree.path = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/"; tree.init();</script>
-
</td>
</tr>
</table>
<div class="actions">
<a id="tree-moveUp" class="moveUp" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/moveUp.gif" width="20" height="20" alt=""></a>
--- 720,727 ----
</div>
<script type="text/javascript">var tree = new DynamicTree("tree"); tree.path = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/"; tree.init();</script>
</td>
</tr>
</table>
+ <!--
<div class="actions">
<a id="tree-moveUp" class="moveUp" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/moveUp.gif" width="20" height="20" alt=""></a>
***************
*** 752,755 ****
--- 757,778 ----
</form>
</div>
+ -->
+ <br />
+ <table cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="row2">
+ <div class="wrap3">
+ <div class="top">{L_QUICK_LINKS}</div>
+ <div class="row2">
+ <div class="isLink" onclick="viewBugs('all');"><span class="nav">» {L_VIEW_ALL_BUGS}</span></div>
+ <div class="isLink" onclick="viewBugs('latest');"><span class="nav">» {L_VIEW_LATEST_BUGS}</span></div>
+ <div class="isLink" onclick="viewBugs('last_updated');"><span class="nav">» {L_VIEW_LAST_UPDATED_BUGS}</span></div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </table>
+
+
</div>
<script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/includes/js/init_main.js"></script>
|