mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Porting custom-links to 4.1
This commit is contained in:
14
templates/web/admin/custom_links.html.twig
Normal file
14
templates/web/admin/custom_links.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
<tr>
|
||||
<td>{{ form_widget(form.linkName) }}</td>
|
||||
<td>{{ form_widget(form.linkLanguage) }}</td>
|
||||
<td>{{ form_widget(form.linkUrl) }}</td>
|
||||
<td>{{ form_widget(form.linkLocation) }}</td>
|
||||
<td>{{ form_widget(form.linkOrder) }}</td>
|
||||
<td>{{ form_widget(form.linkBold, { 'attr': {'style' : 'margin-top:0', 'class': 'link_check_box'} }) }}</td>
|
||||
<td>{{ form_widget(form.linkColor, { 'attr': {'class': 'link-color'} }) }}</td>
|
||||
<td>
|
||||
<button class="btn btn-default close-row">
|
||||
<span class="ui-button-icon-primary ui-icon ui-icon-closethick"></span>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
Reference in New Issue
Block a user