D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
phpmyadmin
/
templates
/
export
/
Filename :
alias_item.phtml
back
Copy
<tr> <th><?= htmlspecialchars($type) ?></th> <td><?= htmlspecialchars($name) ?></td> <td> <input name="<?= htmlspecialchars($field) ?>" value="<?= htmlspecialchars($value) ?>" type="text" /> </td> <td> <button class="alias_remove ui-button ui-corner-all ui-widget"><?= __('Remove') ?></button> </td> </tr>