From 94add30314d7c0ed51fa78304ca342d0273b366c Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Mon, 19 Sep 2011 01:22:32 +0100 Subject: media manager: added a few newlines to the output --- inc/html.php | 7 ++- inc/media.php | 93 ++++++++++++++++++++-------------------- inc/template.php | 48 ++++++++++----------- lib/tpl/default/mediamanager.css | 3 ++ 4 files changed, 76 insertions(+), 75 deletions(-) diff --git a/inc/html.php b/inc/html.php index 8cf22de82..7f5a46b93 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1830,14 +1830,13 @@ function html_flashobject($swf,$width,$height,$params=null,$flashvars=null,$atts } function html_tabs($tabs, $current_tab = null) { - echo ''.NL; } /** * Prints a single tab @@ -1859,7 +1858,7 @@ function html_tab($href, $caption, $selected=false) { } $tab .= hsc($caption) . '' - . ''; + . ''.NL; echo $tab; } diff --git a/inc/media.php b/inc/media.php index e4beb3115..560abc3bc 100644 --- a/inc/media.php +++ b/inc/media.php @@ -135,11 +135,11 @@ function media_metaform($id,$auth){ $form->addElement(''); $form->addElement("'); } - $form->addElement(''); + $form->addElement(''.NL); } $form->addElement('
'); $form->addElement(form_makeButton('submit', '', $lang['btn_save'], array('accesskey' => 's', 'name' => 'mediado[save]'))); - $form->addElement('
'); + $form->addElement(''.NL); $form->printForm(); } @@ -578,9 +578,9 @@ function media_filelist($ns,$auth=null,$jump='',$fullscreenview=false,$sort=fals if ($fullscreenview) { $view = $_REQUEST['list']; if ($view == 'rows') { - echo '