https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109489
Revision: 109489
Author: awjrichards
Date: 2012-01-19 04:16:43 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
MFT r109485, r109486, r109487, r109488
Modified Paths:
--------------
branches/wmf/1.18wmf1/extensions/CongressLookup/CongressLookup.i18n.php
branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
Property Changed:
----------------
branches/wmf/1.18wmf1/extensions/CongressLookup/
branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
Property changes on: branches/wmf/1.18wmf1/extensions/CongressLookup
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/REL1_15/phase3/extensions/CongressLookup:51646
/branches/REL1_17/phase3/extensions/CongressLookup:81445,81448
/branches/REL1_18/extensions/CongressLookup:101758,103190
/branches/new-installer/phase3/extensions/CongressLookup:43664-66004
/branches/sqlite/extensions/CongressLookup:58211-58321
/trunk/extensions/CongressLookup:95614,99592,99653,100092,100419,100516,100686,100692,100699,103260,103315,103378,103382,103669,104337,104736,104862-104863,104865,104971,105275,105902,105908,107043,107050,107337,107783,107816,107818,108701,108789,109367,109389,109408,109427,109456,109459,109464,109470,109475,109483
/trunk/phase3/extensions/CongressLookup:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656
+ /branches/REL1_15/phase3/extensions/CongressLookup:51646
/branches/REL1_17/phase3/extensions/CongressLookup:81445,81448
/branches/REL1_18/extensions/CongressLookup:101758,103190
/branches/new-installer/phase3/extensions/CongressLookup:43664-66004
/branches/sqlite/extensions/CongressLookup:58211-58321
/trunk/extensions/CongressLookup:95614,99592,99653,100092,100419,100516,100686,100692,100699,103260,103315,103378,103382,103669,104337,104736,104862-104863,104865,104971,105275,105902,105908,107043,107050,107337,107783,107816,107818,108701,108789,109367,109389,109408,109427,109456,109459,109464,109470,109475,109483,109485-109488
/trunk/phase3/extensions/CongressLookup:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656
Modified:
branches/wmf/1.18wmf1/extensions/CongressLookup/CongressLookup.i18n.php
===================================================================
--- branches/wmf/1.18wmf1/extensions/CongressLookup/CongressLookup.i18n.php
2012-01-19 04:11:43 UTC (rev 109488)
+++ branches/wmf/1.18wmf1/extensions/CongressLookup/CongressLookup.i18n.php
2012-01-19 04:16:43 UTC (rev 109489)
@@ -20,7 +20,8 @@
'congresslookup-fax' => 'Fax: $1',
'congresslookup-contact-form' => 'Contact form',
'congresslookup-twitter' => 'Twitter: $1',
- 'congresslookup-your-reps' => 'Your Representatives:',
+ 'congresslookup-your-reps' => 'Your representatives:',
+ 'congresslookup-contact-your-reps' => 'Contact your representatives:',
'congresslookup-no-house-rep' => 'No House representative was found for
your zip code.',
'congresslookup-no-senators' => 'No senators were found for your zip
code.',
'congresslookup-report-errors' => 'Report an error',
Modified:
branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
===================================================================
--- branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
2012-01-19 04:11:43 UTC (rev 109488)
+++ branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
2012-01-19 04:16:43 UTC (rev 109489)
@@ -99,7 +99,7 @@
$congressTable = '';
- $congressTable .= Html::element( 'h4', array(), 'Your
Representatives:' );
+ $congressTable .= Html::element( 'h4', array(), wfMsg(
'congresslookup-your-reps' ) );
if ( $myRepresentatives ) {
foreach ( $myRepresentatives as $myRepresentative ) {
@@ -207,8 +207,8 @@
private function getZipForm( $isError=false ) {
$htmlOut = <<<HTML
<div id="sopaZipForm" class="sopaActionDiv">
-<h4>Contact your representatives</h4>
HTML;
+ $htmlOut .= Html::element( 'h4', array(), wfMsg(
'congresslookup-contact-your-reps' ));
if ( $isError ) {
$htmlOut .= Html::element( 'p', array( 'class' =>
'error' ), wfMsg( 'congresslookup-zipcode-error' ));
}
@@ -388,11 +388,16 @@
}
div#instructions {
position: absolute;
- top: 67px;
- left: 480px;
+ top: 47px;
+ left: 460px;
text-align: left;
width: 500px;
- padding-bottom: 30px;
+ padding: 20px;
+ background-color: #ffffff;
+ filter:alpha(opacity=90);
+ -moz-opacity:0.90;
+ -khtml-opacity: 0.90;
+ opacity: 0.90;
}
div#instructions p {
text-align:justify;
@@ -416,6 +421,12 @@
div#contacts form {
margin-bottom: 1em;
}
+div#contacts a:link, div#contacts a:visited {
+ color: #dedede;
+}
+div#contacts a:hover, div#contacts a:active {
+ color: #ffffff;
+}
table.person {
margin-bottom: 1em;
margin-left: 20px;
@@ -503,11 +514,11 @@
}
div#instructions {
position: absolute;
- top: 67px;
- left: 480px;
+ top: 47px;
+ left: 460px;
text-align: left;
width: 500px;
- padding-bottom: 30px;
+ padding: 20px;
}
div#instructions p {
text-align:justify;
Property changes on:
branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
___________________________________________________________________
Modified: svn:mergeinfo
-
/branches/REL1_15/phase3/extensions/CongressLookup/SpecialCongressLookup.php:51646
/branches/REL1_17/phase3/extensions/CongressLookup/SpecialCongressLookup.php:81445,81448
/branches/REL1_18/extensions/CongressLookup/SpecialCongressLookup.php:101758,103190
/branches/new-installer/phase3/extensions/CongressLookup/SpecialCongressLookup.php:43664-66004
/branches/sqlite/extensions/CongressLookup/SpecialCongressLookup.php:58211-58321
/trunk/extensions/CongressLookup/SpecialCongressLookup.php:95614,99592,99653,100092,100419,100516,100686,100692,100699,103260,103315,103378,103382,103669,104337,104736,104862-104863,104865,104971,105275,105902,105908,107043,107050,107337,107783,107816,107818,108701,108789,109359,109389,109427,109456,109470,109483
/trunk/phase3/extensions/CongressLookup/SpecialCongressLookup.php:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656
+
/branches/REL1_15/phase3/extensions/CongressLookup/SpecialCongressLookup.php:51646
/branches/REL1_17/phase3/extensions/CongressLookup/SpecialCongressLookup.php:81445,81448
/branches/REL1_18/extensions/CongressLookup/SpecialCongressLookup.php:101758,103190
/branches/new-installer/phase3/extensions/CongressLookup/SpecialCongressLookup.php:43664-66004
/branches/sqlite/extensions/CongressLookup/SpecialCongressLookup.php:58211-58321
/trunk/extensions/CongressLookup/SpecialCongressLookup.php:95614,99592,99653,100092,100419,100516,100686,100692,100699,103260,103315,103378,103382,103669,104337,104736,104862-104863,104865,104971,105275,105902,105908,107043,107050,107337,107783,107816,107818,108701,108789,109359,109389,109427,109456,109470,109483,109485-109488
/trunk/phase3/extensions/CongressLookup/SpecialCongressLookup.php:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs