Revision 23
- Date:
- 2010/05/26 14:56:40
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/comps/contenido/components/title.msn
97 97 98 98 convert_urls : false, 99 99 100 extended_valid_elements : "iframe[src|width|height|name|align|noresize|scrolling|frameBorder|marginWidth|marginHeight]", 101 100 102 paste_create_paragraphs : false, 101 103 paste_create_linebreaks : false, 102 104 paste_auto_cleanup_on_paste : true, -
utf8/core/comps/contenido/links/destination.html
76 76 <table class="tform" width="100%"> 77 77 <tr><td> 78 78 <form action="link_add.html" name="sourceform" target="_top" method="post" onsubmit="return CheckSource();"> 79 <select multiple name="sources" size="20" style="width:100%"> 80 </select> 81 <p>К данной цели будут привязаны только выделенные документы.</p> 79 <div id="link_list"></div> 80 82 81 <input type="hidden" name="class" value="<% $class %>"> 83 82 <input type="hidden" name="dest_id" value="<% $dest_id %>"> 84 83 <input type="hidden" name="dest_class" value="<% $dest_class %>"> 85 <input type="button" value="Выделить все" onclick="SelectAllSources();"> 86 <input type="button" value="Удалить лишнее" onclick="DeleteSource();"> 87 84 <input type="submit" value="Связать выбранное"> 88 85 </form> 89 86 </td></tr> … … 171 168 $dest_class = $class->available_destinations; 172 169 } 173 170 174 </%init> 171 </%init>