Revision: 43675
Author: jojo
Date: 2008-11-18 15:10:25 +0000 (Tue, 18 Nov 2008)
Log Message:
-----------
replaced CSS class toccolours with style attributes
Modified Paths:
--------------
trunk/extensions/Collection/Collection.templates.php
Modified: trunk/extensions/Collection/Collection.templates.php
===================================================================
--- trunk/extensions/Collection/Collection.templates.php 2008-11-18
13:53:11 UTC (rev 43674)
+++ trunk/extensions/Collection/Collection.templates.php 2008-11-18
15:10:25 UTC (rev 43675)
@@ -56,7 +56,7 @@
<div style="width: 47%; float: left">
- <div style="margin-bottom: 10px; padding: 10px" class="toccolours">
+ <div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa;
background-color: #f9f9f9;">
<h2><span class="mw-headline"><?php
$this->msg('coll-book_title') ?></span></h2>
<?php $this->msgWiki('coll-book_text') ?>
<div id="ppList">
@@ -70,7 +70,7 @@
</div>
</div>
- <div style="margin-bottom: 10px; padding: 10px" class="toccolours">
+ <div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa;
background-color: #f9f9f9;">
<h2><span class="mw-headline"><?php
$this->msg('coll-download_title') ?></span></h2>
<?php $this->msgWiki('coll-download_text') ?>
<form id="downloadForm" action="<?php echo
htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Collection', 'render/'))
?>" method="post">
@@ -93,7 +93,7 @@
</form>
</div>
- <div style="margin-bottom: 10px; padding: 10px" class="toccolours">
+ <div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa;
background-color: #f9f9f9;">
<h2><span class="mw-headline"><?php
$this->msg('coll-save_collection_title') ?></span></h2>
<?php if ($GLOBALS['wgUser']->isLoggedIn()) { ?>
<?php $this->msgWiki('coll-save_collection_text') ?>
@@ -133,7 +133,7 @@
$mediapath = $GLOBALS['wgScriptPath'] .
'/extensions/Collection/collection/';
?>
-<div class="toccolours" style="text-align: center; padding: 2px; margin-top:
20px; margin-bottom: 2px">
+<div style="text-align: center; padding: 2px; margin-top: 20px; margin-bottom:
2px; border: 1px solid #aaa; background-color: #f9f9f9;">
<div>
<a class="makeVisible" style="margin-right: 3em;<?php if
(!isset($this->data['is_ajax'])) { echo ' display:none;'; } ?>" onclick="return
coll_create_chapter()" href="javascript:void(0);"><?php
$this->msg('coll-create_chapter') ?></a>
<?php if (count($this->data['collection']['items']) > 0) { ?>
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs