... | ... |
@@ -1,3 +1,3 @@ |
1 | 1 |
<?php $this->block('addSubmit'); ?> |
2 |
- <button type="submit" id="ctrl_<?php echo $this->id; ?>_submit" class="submit"><?php echo $this->slabel; ?></button> |
|
2 |
+ <button type="submit" id="ctrl_<?= $this->id; ?>_submit" class="submit"><?php echo $this->slabel; ?></button> |
|
3 | 3 |
<?php $this->endblock(); ?> |