r51715 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51714‎ | r51715 | r51716 >
Date:22:46, 10 June 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Adjusted some of the syntax and result messages for help.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css (modified) (history)
  • /trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css
@@ -94,8 +94,8 @@
9595 }
9696 div#edittoolbar div.index {
9797 float: left;
98 - width: 20%;
99 - height: 175px;
 98+ width: 15%;
 99+ height: 125px;
100100 overflow: auto;
101101 }
102102 div#edittoolbar div.index > div {
@@ -105,7 +105,7 @@
106106 color: #00528C;
107107 }
108108 div#edittoolbar div.index > div.current {
109 - background-color: white;
 109+ background-color: #FAFAFA;
110110 color: #333333;
111111 cursor: default;
112112 }
@@ -114,10 +114,10 @@
115115 }
116116 div#edittoolbar div.pages {
117117 float: right;
118 - width: 80%;
119 - height: 175px;
 118+ width: 85%;
 119+ height: 125px;
120120 overflow: auto;
121 - background-color: white;
 121+ background-color: #FAFAFA;
122122 }
123123 div#edittoolbar div.pages > div.page {
124124 display: none;
@@ -149,9 +149,13 @@
150150 div#edittoolbar div.pages > div.page > table td.syntax {
151151 font-family: monospace;
152152 }
153 -div#edittoolbar-section-help div.page > table td {
154 - width: 33%;
 153+div#edittoolbar-section-help div.page > table td.syntax,
 154+div#edittoolbar-section-help div.page > table td.result {
 155+ width: 40%;
155156 }
 157+div#edittoolbar-section-help div.page > table td.description {
 158+ width: 20%;
 159+}
156160 div#edittoolbar div.tabs > div.tab {
157161 float: left;
158162 line-height: 26px;
Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php
@@ -84,11 +84,11 @@
8585 'edittoolbar-help-content-bolditalic-syntax' => "'''Bold & italic text'''",
8686 'edittoolbar-help-content-bolditalic-result' => '<strong><em>Bold &amp; italic text</em></strong>',
8787 'edittoolbar-help-content-ilink-description' => 'Internal link',
88 - 'edittoolbar-help-content-ilink-syntax' => '[[Page title|Internal link label]]',
89 - 'edittoolbar-help-content-ilink-result' => "<a href='#'>Internal link label</a>",
 88+ 'edittoolbar-help-content-ilink-syntax' => '[[Page title|Link label]]<br />[[Page title]]',
 89+ 'edittoolbar-help-content-ilink-result' => "<a href='#'>Link label</a><br /><a href='#'>Page title</a>",
9090 'edittoolbar-help-content-xlink-description' => 'External link',
91 - 'edittoolbar-help-content-xlink-syntax' => '[http://www.domain.com External link label]',
92 - 'edittoolbar-help-content-xlink-result' => "<a href='#'>External link label</a>",
 91+ 'edittoolbar-help-content-xlink-syntax' => '[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org',
 92+ 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>Link label</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>",
9393 'edittoolbar-help-content-heading1-description' => '1st level heading',
9494 'edittoolbar-help-content-heading1-syntax' => '= Heading text =',
9595 'edittoolbar-help-content-heading1-result' => '<h1>Heading text</h1>',

Status & tagging log