Author: admitriev
Date: 2008-03-05 09:53:33 -0500 (Wed, 05 Mar 2008)
New Revision: 6567
Added:
management/design/sortableHeader/markup/images/none.gif
Modified:
management/design/sortableHeader/markup/sortableHeader.html
Log:
Added: management/design/sortableHeader/markup/images/none.gif
===================================================================
(Binary files differ)
Property changes on: management/design/sortableHeader/markup/images/none.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: management/design/sortableHeader/markup/sortableHeader.html
===================================================================
--- management/design/sortableHeader/markup/sortableHeader.html 2008-03-05 14:44:58 UTC
(rev 6566)
+++ management/design/sortableHeader/markup/sortableHeader.html 2008-03-05 14:53:33 UTC
(rev 6567)
@@ -39,6 +39,7 @@
.sh_sort_down{ background-image: url(images/down.gif);}
.sh_sort_up{ background-image: url(images/up.gif);}
+ .sh_sort_none{ background-image: url(images/none.gif);}
.sh_arrow_right #sh_strut_p{border : 0px; height : 1px; width : 0px;}
.sh_arrow_right #sh_strut_n{border : 0px; height : 1px; width : 16px;}
@@ -56,7 +57,7 @@
<td class="header_example_1">
<!-- ######### Start of header content block ######### -->
- <div class="sh_arrow_right sh_sort_down"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
+ <div class="sh_arrow_right sh_sort_none"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
<!-- ######### End of header content block ######### -->
</td>
@@ -68,7 +69,7 @@
<td class="header_example_2">
<!-- ######### Start of header content block ######### -->
- <div class="sh_arrow_right sh_sort_down"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
+ <div class="sh_arrow_right sh_sort_none"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
<!-- ######### End of header content block ######### -->
</td>
@@ -83,7 +84,7 @@
<td class="header_example_1" align="right">
<!-- ######### Start of header content block ######### -->
- <div class="sh_arrow_right sh_sort_up"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
+ <div class="sh_arrow_right sh_sort_none"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
<!-- ######### End of header content block ######### -->
</td>
@@ -95,7 +96,7 @@
<td class="header_example_2" align="right">
<!-- ######### Start of header content block ######### -->
- <div class="sh_arrow_right sh_sort_up"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
+ <div class="sh_arrow_right sh_sort_none"><img
src="images/spacer.gif" id="sh_strut_p">Header Name<img
src="images/spacer.gif" id="sh_strut_n"></div>
<!-- ######### End of header content block ######### -->
</td>
Show replies by date