# HG changeset patch # User Dan # Date 1208089815 14400 # Node ID 264ab53232f4a8c99af0535b6d768deae0d13216 # Parent 63cca091dd0a75a7e68ee82a3e2f55d26d5f7829 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility. diff -r 63cca091dd0a -r 264ab53232f4 themes/connections/acledit.tpl --- a/themes/connections/acledit.tpl Wed Jun 13 22:35:02 2007 -0400 +++ b/themes/connections/acledit.tpl Sun Apr 13 08:30:15 2008 -0400 @@ -1,17 +1,19 @@ -
+
- - - - + + + + + + @@ -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 63cca091dd0a -r 264ab53232f4 themes/connections/comment.tpl --- a/themes/connections/comment.tpl Wed Jun 13 22:35:02 2007 -0400 +++ b/themes/connections/comment.tpl Sun Apr 13 08:30:15 2008 -0400 @@ -1,26 +1,33 @@ -
+
- @@ -42,7 +49,7 @@ diff -r 63cca091dd0a -r 264ab53232f4 themes/connections/css/default.css --- a/themes/connections/css/default.css Wed Jun 13 22:35:02 2007 -0400 +++ b/themes/connections/css/default.css Sun Apr 13 08:30:15 2008 -0400 @@ -452,12 +452,12 @@ margin: 0px 7px 0px 8px; } -div.menu { +div.menu, div.menu_nojs { background-color: #F3F6ED; font-size: 7pt; border-width: 0; } -div.menu a, div.menu div.label { +div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label { padding: 2.5pt 5px; margin-right: 3px; text-decoration: none; @@ -465,51 +465,51 @@ float: left; color: #909D73; } -div.menu div.label { +div.menu div.label, div.menu_nojs div.label { color: #201000; cursor: default; } -div.menu span.sep { +div.menu span.sep, div.menu_nojs span.sep { display: block; float: left; width: 5px; } -div.menu div.multopts { +div.menu div.multopts, div.menu_nojs div.multopts { line-height: 17pt; } -div.menu div.multopts a, div.menu div.multopts div.label { +div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label { float: none; display: inline; } -div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover { +div.menu a.liteselected, div.menu_nojs a.liteselected, div.menu a.liteselected:hover, div.menu_nojs a.liteselected:hover, div.menu a:hover, div.menu_nojs a:hover { color: #990000; background-color: #BBC4A3; } -div.menu input[type ^="text"], div.menu input[type ^="password"] { +div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] { border-width: 0; font-size: 9pt; padding: 4px 5px; max-width: 70px; background-color: #E3E6DD; } -div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover { +div.menu input[type ^="text"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="password"]:hover { background-color: #ECEFF6; } -div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus { +div.menu input[type ^="text"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="password"]:focus { background-color: #FAFDF6; } -div.menu input[type ^="button"], div.menu input[type ^="submit"] { +div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] { border-width: 0; font-size: 9pt; padding: 3px 5px; max-width: 70px; } -div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover { +div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover { color: #400000; background-color: transparent; background-image: url(../img/content_bg.gif); } -div.menu ul { +div.menu ul, div.menu_nojs ul { display: none; position: absolute; padding: 0; @@ -518,10 +518,10 @@ border-width: 0; min-width: 120px; } -div.menu ul li { +div.menu ul li, div.menu_nojs ul li { list-style: none; } -div.menu ul a { +div.menu ul a, div.menu_nojs ul a { float: none; margin: 0; } @@ -534,15 +534,15 @@ display: block; } -.mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; } -.tblholder { margin: 0; margin-left: 0.2in; padding: 0px; border: 1px #E1D6C6 solid; margin-bottom: 10px; } +.mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; } +.tblholder { margin: 0; margin-left: 0.2in; padding: 0px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; } -.tblholder th { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; } -.tblholder td.row1 { padding: 4px; background-color: #E3E6DD !important; } -.tblholder td.row2 { padding: 4px; background-color: #F3F6ED !important; } -.tblholder td.row3 { padding: 4px; background-color: #EBEDE6 !important; } -.tblholder table { background-color: #FFFFFF; } -.tblholder th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; } +.tblholder th , .mdg-comment th { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; } +.tblholder td.row1 , .mdg-comment td.row1 { padding: 4px; background-color: #E3E6DD !important; } +.tblholder td.row2 , .mdg-comment td.row2 { padding: 4px; background-color: #F3F6ED !important; } +.tblholder td.row3 , .mdg-comment td.row3 { padding: 4px; background-color: #EBEDE6 !important; } +.tblholder table , .mdg-comment table { background-color: #FFFFFF; } +.tblholder th.subhead, .mdg-comment th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; } .catCheck { padding: 3px; } .catCheck:hover { padding: 3px; background-color: #F3F6ED; } diff -r 63cca091dd0a -r 264ab53232f4 themes/connections/footer.tpl diff -r 63cca091dd0a -r 264ab53232f4 themes/connections/sidebar-editor.tpl diff -r 63cca091dd0a -r 264ab53232f4 themes/connections/toolbar.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/connections/toolbar.tpl Sun Apr 13 08:30:15 2008 -0400 @@ -0,0 +1,56 @@ + + + +
+ +
+ + + +
+ +
+
{DATETIME}
+ - -
+ {NAME}
{USER_LEVEL} + +
+ + {AVATAR_ALT} + +
+
+ {SEND_PM_LINK} {ADD_BUDDY_LINK}
- Subject: {SUBJECT} + {lang:comment_lbl_subject} {SUBJECT}
- Moderation options: {MOD_APPROVE_LINK} {MOD_DELETE_LINK} + {lang:comment_lbl_mod_options} {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK}