Subversion Repositories wpShopGermany4

Rev

Rev 5866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5866 Rev 5945
Line 44... Line 44...
44
	 		                
44
	 		                
45
		                    var imgelem = evt.data.chart.jqplotToImageElem();
45
		                    var imgelem = evt.data.chart.jqplotToImageElem();
46
		                    var div = jQuery(this).nextAll('div.jqplot-image-container' + btnId).first();
46
		                    var div = jQuery(this).nextAll('div.jqplot-image-container' + btnId).first();
47
		                    div.children('div.jqplot-image-container-content').empty();
47
		                    div.children('div.jqplot-image-container-content').empty();
48
		                    div.children('div.jqplot-image-container-content').append(imgelem);
48
		                    div.children('div.jqplot-image-container-content').append(imgelem);
49
 
-
 
50
		                    
-
 
51
		                    
49
		                    
52
		                    jQuery('div.jqplot-image-container' + btnId).dialog( { 
50
		                    jQuery('div.jqplot-image-container' + btnId).dialog( { 
53
		                    	'modal': true,
51
		                    	'modal': true,
54
		                	    'width': 650,
52
		                	    'width': 650,
55
		                	    'height': 620,	       
53
		                	    'height': 620,	       
Line 81... Line 79...
81
				</div>
79
				</div>
82
				<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
80
				<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
83
					<ul class="nav navbar-nav">
81
					<ul class="nav navbar-nav">
84
						<li role="presentation" class="<?php echo ((!isset($_REQUEST['action']))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Produkt"><?php echo __("Statistik", "wpsg"); ?></a></li>
82
						<li role="presentation" class="<?php echo ((!isset($_REQUEST['action']))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Produkt"><?php echo __("Statistik", "wpsg"); ?></a></li>
85
<!-- 
83
<!-- 
86
						<li role="presentation" class="wpsg_showhide_filter <?php echo (($this->view['hasFilter'] === true)?'active':''); ?>"><a href="#" onclick="return false;"><span class="glyphicon glyphicon-search"></span><?php echo __("Suche", "wpsg"); ?></a></li>
84
						<li role="presentation" class="wpsg_showhide_filter <?php echo ((wpsg_getInt($this->view['hasFilter']) === true)?'active':''); ?>"><a href="#" onclick="return false;"><span class="glyphicon glyphicon-search"></span><?php echo __("Suche", "wpsg"); ?></a></li>
87
				 		<li role="presentation" class="<?php echo ((wpsg_isSizedString($_REQUEST['action'], 'add'))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Produkt&action=add"><span class="glyphicon glyphicon-plus"></span><?php echo __("Hinzufügen", "wpsg"); ?></a></li>
85
				 		<li role="presentation" class="<?php echo ((wpsg_isSizedString($_REQUEST['action'], 'add'))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Produkt&action=add"><span class="glyphicon glyphicon-plus"></span><?php echo __("Hinzufügen", "wpsg"); ?></a></li>
88
-->				 		
86
-->				 		
89
					</ul>
87
					</ul>
90
				</div>
88
				</div>
91
			</div>
89
			</div>