function theme_outline_designer_top in Outline Designer 5
Implementation of theme hook
1 theme call to theme_outline_designer_top()
- _outline_designer_outline in ./
outline_designer.module  - Helper function for the rendering of the outline designer page
 
File
- ./
outline_designer.module, line 315  
Code
function theme_outline_designer_top() {
  return '<div id="tree_container" style="padding:10px;border:1px #000000 dotted;" class="tree_normal">
 <div style="padding:5px;"><select id="selected_outline" onchange="load_outline(this.value);"></select></div>
    <div style="padding:5px;">';
}