Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | |
60 | 60 | <div style="margin-bottom: 10px; padding: 10px" class="toccolours"> |
61 | 61 | <h2><span class="mw-headline"><?php $this->msg('coll-book_title') ?></span></h2> |
62 | | - <p><?php $this->msg('coll-book_text') ?></p> |
| 62 | + <?php $this->msgWiki('coll-book_text') ?> |
63 | 63 | <div id="ppList"> |
64 | 64 | <?php foreach ($this->data['podpartners'] as $partner => $partnerData) { ?> |
65 | 65 | <form action="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Collection', 'post_zip/')) ?>" method="get"> |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | |
74 | 74 | <div style="margin-bottom: 10px; padding: 10px" class="toccolours"> |
75 | 75 | <h2><span class="mw-headline"><?php $this->msg('coll-download_title') ?></span></h2> |
76 | | - <p><?php $this->msg('coll-download_text') ?></p> |
| 76 | + <?php $this->msgWiki('coll-download_text') ?> |
77 | 77 | <form id="downloadForm" action="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Collection', 'render/')) ?>" method="post"> |
78 | 78 | <?php if (count($this->data['formats']) == 1) { |
79 | 79 | $writer = array_rand($this->data['formats']); |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | <div style="margin-bottom: 10px; padding: 10px" class="toccolours"> |
98 | 98 | <h2><span class="mw-headline"><?php $this->msg('coll-save_collection_title') ?></span></h2> |
99 | 99 | <?php if ($GLOBALS['wgUser']->isLoggedIn()) { ?> |
100 | | - <p><?php $this->msg('coll-save_collection_text') ?></p> |
| 100 | + <?php $this->msgWiki('coll-save_collection_text') ?> |
101 | 101 | <form id="saveForm" action="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Collection', 'save_collection/')) ?>" method="post"> |
102 | 102 | <input id="personalCollType" type="radio" name="colltype" value="personal" checked="checked"></input> |
103 | 103 | <label for="personalCollType"><?php $this->msg('coll-personal_collection_label') ?></label> |
— | — | @@ -228,7 +228,7 @@ |
229 | 229 | function execute() { |
230 | 230 | ?> |
231 | 231 | |
232 | | -<p><?php $this->msg('coll-load_overwrite_text'); ?></p> |
| 232 | +<?php $this->msgWiki('coll-load_overwrite_text'); ?> |
233 | 233 | |
234 | 234 | <form action="<?php echo htmlspecialchars(SkinTemplate::makeSpecialUrlSubpage('Collection', 'load_collection/')) ?>" method="post"> |
235 | 235 | <input name="overwrite" type="submit" value="<?php $this->msg('coll-overwrite') ?>"></input> |