<%-- File : modify_select.html Description : This file is only used if you have user_required set to Yes. It displays a list of all links a user owns and lets them pick which one they want to modify. Tags : The only special tag available is: link_results_loop => A loop of the available links the user owns. total => A count of how many links the user owns. next => A toolbar (1 2 3 > >>) letting the user span pages. --%> <%site_title%>: Modify a Link <%css%> <%body_tag%> <%include include_header.html%> <%body_table%> <%include include_menu.html%> <%inter_table%> <%header_row%>
<%header_font%> MODIFICAR UN ENLACE <%/header_font%>
 
<%body_font%> Elija el enlace que desea actualizar:
<%loop link_results_loop%> <%endloop%>
<%Links::Utils::load_link%>
<%if next%>

Páginas: <%next%> <%endif%>

 
<%footer_table%> <%include include_footer.html%>