Changeset 904
- Timestamp:
- 12/18/10 11:22:10 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
txp/plugins/trunk/ort_rss2article/ort_rss2article.php
r903 r904 13891 13891 "New feed name: ".fInput("text", "fnombre", $name). 13892 13892 "URL: ".fInput("text", "furl", $url). 13893 menu_sections().13893 ort_menu_sections(). 13894 13894 fInput("submit", "do_insert", "Add feed"). 13895 13895 eInput($ort_r2a_event). … … 13905 13905 # menu desplegable con las secciones 13906 13906 ############################################################################# 13907 function menu_sections(){13907 function ort_menu_sections(){ 13908 13908 if (! $result=safe_rows_start('name','txp_section',1) ) return ""; 13909 13909 13910 $html_return = '';13910 $html_return = ''; 13911 13911 $html_return .= "<select name=\"sections\">"; 13912 13912 $html_return .= "<option value=\"\"> Select name section</option>";
