# HG changeset patch # User Dan # Date 1243622183 14400 # Node ID deac853bf428c2da46d47ba22a99157329a99780 # Parent faec0613893322235e4898a9113517dcf07a8de1 Updated to 1.1.6 compatibility diff -r faec06138933 -r deac853bf428 themes/springy/acledit.tpl --- a/themes/springy/acledit.tpl Tue Dec 18 19:23:33 2007 -0500 +++ b/themes/springy/acledit.tpl Fri May 29 14:36:23 2009 -0400 @@ -3,15 +3,17 @@ - - - - + + + + + + @@ -20,14 +22,8 @@ -
DenyDisallowWiki modeAllow{lang:acl_lbl_field_inherit}{lang:acl_lbl_field_deny}{lang:acl_lbl_field_disallow}{lang:acl_lbl_field_wikimode}{lang:acl_lbl_field_allow}
{FIELD_DESC}
-

Permission types:

-
    -
  • Allow means that the user is allowed to access the item
  • -
  • Wiki mode means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)
  • -
  • Disallow means the user is denied access unless something allows it.
  • -
  • Deny means that the user is denied access to the item. This setting overrides all other permissions.
  • -
+
+ {lang:acl_lbl_help}
diff -r faec06138933 -r deac853bf428 themes/springy/comment.tpl --- a/themes/springy/comment.tpl Tue Dec 18 19:23:33 2007 -0500 +++ b/themes/springy/comment.tpl Fri May 29 14:36:23 2009 -0400 @@ -4,23 +4,30 @@ {DATETIME} - + - -
+ {NAME}
{USER_LEVEL} + +
+ + {AVATAR_ALT} + +
+
+ {SEND_PM_LINK} {ADD_BUDDY_LINK}
- Subject: {SUBJECT} + {lang:comment_lbl_subject} {SUBJECT} @@ -42,7 +49,7 @@ - Moderation options: {MOD_APPROVE_LINK} {MOD_DELETE_LINK} + {lang:comment_lbl_mod_options} {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK} diff -r faec06138933 -r deac853bf428 themes/springy/footer.tpl --- a/themes/springy/footer.tpl Tue Dec 18 19:23:33 2007 -0500 +++ b/themes/springy/footer.tpl Fri May 29 14:36:23 2009 -0400 @@ -11,5 +11,6 @@ + {JS_FOOTER} diff -r faec06138933 -r deac853bf428 themes/springy/header.tpl --- a/themes/springy/header.tpl Tue Dec 18 19:23:33 2007 -0500 +++ b/themes/springy/header.tpl Fri May 29 14:36:23 2009 -0400 @@ -6,10 +6,9 @@ {JS_DYNAMIC_VARS} - - + {JS_HEADER} {ADDITIONAL_HEADERS} diff -r faec06138933 -r deac853bf428 themes/springy/js/navi.js --- a/themes/springy/js/navi.js Tue Dec 18 19:23:33 2007 -0500 +++ b/themes/springy/js/navi.js Fri May 29 14:36:23 2009 -0400 @@ -4,7 +4,7 @@ var top = getScrollOffset(); else var top = 0; - top += ( IE ? 4 : $('right-sidebar-trigger').Top() ) + $('right-sidebar-trigger').Height(); + top += ( IE ? 4 : $dynano('right-sidebar-trigger').Top() ) + $dynano('right-sidebar-trigger').Height(); var thediv = document.getElementById('right-sidebar'); thediv.style.position = ( IE ) ? 'absolute' : 'fixed'; thediv.style.top = top + 'px'; @@ -31,7 +31,7 @@ if ( getWidth() < 1084 ) { // small window, so move the main divs over to the left to make use of that padded area - $('mainholder').object.style.margin = '0'; + $dynano('mainholder').object.style.margin = '0'; } } @@ -48,7 +48,7 @@ break; } } - $('mainholder').object.style.margin = '0 auto'; + $dynano('mainholder').object.style.margin = '0 auto'; } function sidebar_right_toggle() diff -r faec06138933 -r deac853bf428 themes/springy/preview.png Binary file themes/springy/preview.png has changed diff -r faec06138933 -r deac853bf428 themes/springy/toolbar.tpl --- a/themes/springy/toolbar.tpl Tue Dec 18 19:23:33 2007 -0500 +++ b/themes/springy/toolbar.tpl Fri May 29 14:36:23 2009 -0400 @@ -1,5 +1,6 @@ @@ -9,9 +10,21 @@
  • - {TITLE} + + {SPRITE} + + + + {TITLE} + + + - {TITLE} + + {TITLE} + + {TITLE} +