Changeset View
Changeset View
Standalone View
Standalone View
application/modules/default/views/scripts/product/add.phtml
| Context not available. | |||||
| 162 | name="title" | 162 | name="title" | ||
|---|---|---|---|---|---|
| 163 | <?php //pattern="^[ .\-&_A-z0-9]{1,}$" ?> | 163 | <?php //pattern="^[ .\-&_A-z0-9]{1,}$" ?> | ||
| 164 | <?php // pattern="^[^\\'\^;*!\u0022\$]{1,}$" ?> | 164 | <?php // pattern="^[^\\'\^;*!\u0022\$]{1,}$" ?> | ||
| 165 | value="<?= $this->form->title->getValue() ?>" | 165 | value="<?= htmlspecialchars($this->form->title->getValue()) ?>" | ||
| 166 | maxlength="60" | 166 | maxlength="60" | ||
| 167 | aria-required="true" | 167 | aria-required="true" | ||
| 168 | aria-invalid="false" | 168 | aria-invalid="false" | ||
| Context not available. | |||||