Changeset 1717

Show
Ignore:
Timestamp:
08/30/08 13:31:37 (3 months ago)
Author:
vollmerk
Message:

dont echo printf... :)

Location:
branches/3.4/templates
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/templates/show_adds_catalog.inc.php

    r1639 r1717  
    2121 
    2222show_box_top(); 
    23 echo "\n" . printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ") . "<br />\n"; 
     23printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ");  
     24echo  "<br />\n"; 
    2425echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n"; 
    2526echo _('Reading') . ":<span id=\"add_dir_" . $this->id . "\"></span><br />"; 
  • branches/3.4/templates/show_add_catalog.inc.php

    r1281 r1717  
    22/* 
    33 
    4  Copyright (c) 2001 - 2007 Ampache.org 
     4 Copyright (c) Ampache.org 
    55 All rights reserved. 
    66 
  • branches/3.4/templates/show_clean_catalog.inc.php

    r1634 r1717  
    22/* 
    33 
    4  Copyright (c) 2001 - 2007 Ampache.org 
     4 Copyright (c) Ampache.org 
    55 All rights reserved. 
    66 
     
    2121 
    2222show_box_top(); 
    23 //echo "\n" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n"; 
    24 echo "\n" . printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> ") . "...<br />\n"; 
     23printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> "); 
     24echo "...<br />\n"; 
    2525echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />"; 
    2626echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />"; 
  • branches/3.4/templates/show_verify_catalog.inc.php

    r1634 r1717  
    22/* 
    33 
    4  Copyright (c) 2001 - 2007 Ampache.org 
     4 Copyright (c) Ampache.org 
    55 All rights reserved. 
    66