wind-project / wind

WiND is a Web application for managing a database of wireless nodes.
GNU Affero General Public License v3.0
33 stars 31 forks source link

Broken button to add area #39

Closed lounik closed 10 years ago

lounik commented 10 years ago

In admin/areas the button to add area (Δήμοι / Κοινότητες) is broken. (WiND v1.1-0-a1)

@ file /templates/basic/includes/pages/admin/admin_areas.tpl

edit {include assign="btn_add" file="generic/button.tpl" class="btn-success btn-sm" glyph="plus-sign" link=$link_area_add content="$lang.area_add"}

to {include assign="btn_add" file="generic/button.tpl" class="btn-success btn-sm" glyph="plus-sign" href=$link_area_add content="$lang.area_add"}

and the button is functional again.

sque commented 10 years ago

Ty for reporting:)