@@ -65,7 +95,7 @@
- " title="" alt="" border="0" />
+ " title="" alt="" border="0" class="image_boder" />
@@ -75,32 +105,4 @@
|
-
-
-
- img/s.gif" width="1" height="20" alt=""/>
-
-
-
- img/s.gif" width="13" height="1" alt=""/>
- |
-
-
- img/s.gif" width="13" height="1" alt=""/>
- |
-
-
-
- img/s.gif" width="13" height="1" alt=""/>
- |
-
-
- |
-
- img/s.gif" width="13" height="1" alt=""/>
- |
-
-
\ No newline at end of file
Index: branches/RC/themes/default2007/platform/inc/script.js
===================================================================
diff -u -r9024 -r9136
--- branches/RC/themes/default2007/platform/inc/script.js (.../script.js) (revision 9024)
+++ branches/RC/themes/default2007/platform/inc/script.js (.../script.js) (revision 9136)
@@ -13,6 +13,21 @@
return false;
}
+function addLoadEvent(func, wnd) {
+ if (!wnd) wnd = window
+ var oldonload = wnd.onload;
+ if (typeof wnd.onload != 'function') {
+ wnd.onload = func;
+ } else {
+ wnd.onload = function() {
+ if (oldonload) {
+ oldonload();
+ }
+ func();
+ }
+ }
+}
+
// ItemCategories class
function ItemCategories($table_id, $field_id, $primary_category, $phrases) {
this.CategoryTable = document.getElementById($table_id);
Index: branches/RC/themes/default2007/platform/inc/styles.css
===================================================================
diff -u -r9119 -r9136
--- branches/RC/themes/default2007/platform/inc/styles.css (.../styles.css) (revision 9119)
+++ branches/RC/themes/default2007/platform/inc/styles.css (.../styles.css) (revision 9136)
@@ -476,4 +476,6 @@
.static {
color: #00CC66;
-}
\ No newline at end of file
+}
+
+.image_boder { border: 1px solid #CDCECD; }
\ No newline at end of file
|