Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -328,7 +328,7 @@ |
329 | 329 | <input name="abort" type="submit" value="<?php $this->msg('coll-no') ?>" /> |
330 | 330 | <input name="pcollname" type="hidden" value="<?php echo htmlspecialchars($this->data['pcollname']) ?>" /> |
331 | 331 | <input name="ccollname" type="hidden" value="<?php echo htmlspecialchars($this->data['ccollname']) ?>" /> |
332 | | - <input name="colltype" type="hidden" value="<?php echo htmlspecialchars($this->data['colltype']) ?>" /> |
| 332 | + <input name="colltype" type="hidden" value="<?php echo htmlspecialchars($this->data['colltype']) ?>" /> |
333 | 333 | </form> |
334 | 334 | |
335 | 335 | <?php |