walkor před 11 roky
rodič
revize
16999787d0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      applications/Statistics/Views/admin.tpl.php

+ 2 - 2
applications/Statistics/Views/admin.tpl.php

@@ -37,10 +37,10 @@
 				 <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
 				<strong><?php echo $err_msg;?></strong> 
 			</div>
-		<?php }elseif($notie_msg){?>
+		<?php }elseif($notice_msg){?>
 			<div class="alert alert-dismissable alert-info">
 				 <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
-				<strong><?php echo $notie_msg;?></strong>
+				<strong><?php echo $notice_msg;?></strong>
 			</div>
 		<?php }?>