Selaa lähdekoodia

Pokaz oferty fix small bugs

Piotr Labudda 11 vuotta sitten
vanhempi
commit
22219bb00f
3 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 1 1
      SE/VERSION
  2. 2 0
      SE/se-lib/PokazOfertyView.php
  3. 1 1
      SE/superedit-POKAZ_OFERTY_AKTUALNE_FUNC.php

+ 1 - 1
SE/VERSION

@@ -1 +1 @@
-3.9.10-14
+3.9.11

+ 2 - 0
SE/se-lib/PokazOfertyView.php

@@ -76,6 +76,7 @@ body{font-family:arial; font-size:12px;}
 	}
 
 	function print_ui_widget_info($title, $msg = '') {
+		$out = '';
 		$out .= '<div class="ui-widget">';
 			$out .= '<div class="ui-state-highlight ui-corner-all" style="margin-top:20px; padding:0 .7em;">';
 				$out .= '<p><span class="ui-icon ui-icon-info" style="float:left; margin-right:.3em;"></span>';
@@ -89,6 +90,7 @@ body{font-family:arial; font-size:12px;}
 	}
 
 	function print_ui_widget_ok($title, $msg = '') {
+		$out = '';
 		$out .= '<div class="ui-widget">';
 			$out .= '<div class="ui-state-highlight ui-corner-all" style="margin-top:20px; padding:0 .7em;">';
 				$out .= '<p><span class="ui-icon ui-icon-check" style="float:left; margin-right:.3em;"></span>';

+ 1 - 1
SE/superedit-POKAZ_OFERTY_AKTUALNE_FUNC.php

@@ -2968,7 +2968,7 @@ order by t0.ID desc
 		echo '<div class="oferty-print-user-search">';
 		echo " <b>Oferty</b>";
 		if (!$_GET['print']) {
-			$link_href .= "?MENU_INIT=POKAZ_OFERTY_AKTUALNE_FUNC";
+			$link_href = "?MENU_INIT=POKAZ_OFERTY_AKTUALNE_FUNC";
 			$link_href .= "&S_ADDRESS_STREET=".$_GET['S_ADDRESS_STREET']."&print=1";
 			foreach ($oferty_filters as $k_filter => $v_params) {
 				//if (in_array($k_filter, $oferty_filters_pomin)) continue;