D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
phpMyAdmin
/
templates
/
database
/
designer
/
Filename :
page_selector.twig
back
Copy
<select name="selected_page" id="selected_page"> <option value="0">-- {% trans 'Select page' %} --</option> {% if pdfwork %} {% for nr, desc in pages %} <option value="{{ nr }}"> {{ desc }} </option> {% endfor %} {% endif %} </select>