Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -130,7 +130,7 @@ |
131 | 131 | </div> |
132 | 132 | |
133 | 133 | <?php if ($GLOBALS['wgEnableWriteAPI']) { ?> |
134 | | - <div style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9;"> |
| 134 | + <div id="coll-savebox" style="margin-bottom: 10px; padding: 10px; border: 1px solid #aaa; background-color: #f9f9f9;"> |
135 | 135 | <h2><span class="mw-headline"><?php $this->msg('coll-save_collection_title') ?></span></h2> |
136 | 136 | <?php if ($GLOBALS['wgUser']->isLoggedIn()) { ?> |
137 | 137 | <?php $this->msgWiki('coll-save_collection_text') ?> |