Javna povezava podatkov in analiz - na dnu odstranjene ikone za izvoz
This commit is contained in:
parent
82f196b226
commit
cb5847fd10
@ -7821,18 +7821,6 @@ class SurveyAnalysis {
|
|||||||
self::Display();
|
self::Display();
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo '<div id="navigationBottom" class="printHide">';
|
|
||||||
|
|
||||||
echo '<span class="floatRight spaceRight"><div class="buttonwrapper"><a class="ovalbutton ovalbutton_gray" href="#" onclick="window.print();return false;"><span><img src="'.$site_url.'admin/survey/icons/icons/printer.png" vartical-align="middle" /> '.$lang['hour_print2'].'</span></a></div></span>';
|
|
||||||
echo '<span class="spaceRight floatRight printHide" style="margin-top:6px;">';
|
|
||||||
echo '<a href="'.$_url1.'" target="_blank"><span class="faicon pdf"></span></a> ';
|
|
||||||
echo '<a href="'.$_url2.'" target="_blank"><span class="faicon rtf"></span></a> ';
|
|
||||||
echo '<a href="'.$_url3.'" target="_blank"><span class="faicon xls"></span></a>';
|
|
||||||
echo '</span>';
|
|
||||||
|
|
||||||
echo '<br class="clr" />';
|
|
||||||
echo '</div>';
|
|
||||||
|
|
||||||
echo '</body>';
|
echo '</body>';
|
||||||
echo '</html>';
|
echo '</html>';
|
||||||
}
|
}
|
||||||
|
@ -3171,7 +3171,7 @@ class SurveyDataDisplay{
|
|||||||
echo '<link type="text/css" href="'.$site_url.'admin/survey/minify/g=css" media="screen" rel="stylesheet" />';
|
echo '<link type="text/css" href="'.$site_url.'admin/survey/minify/g=css" media="screen" rel="stylesheet" />';
|
||||||
echo '<link type="text/css" href="'.$site_url.'admin/survey/minify/g=cssPrint" media="print" rel="stylesheet" />';
|
echo '<link type="text/css" href="'.$site_url.'admin/survey/minify/g=cssPrint" media="print" rel="stylesheet" />';
|
||||||
echo '<style>';
|
echo '<style>';
|
||||||
echo '.container {margin-bottom:45px;} #navigationBottom {width: 100%; background-color: #f2f2f2; border-top: 1px solid gray; height:25px; padding: 10px 30px 10px 0px !important; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;}';
|
echo '.container {margin-bottom:45px;} #dataTableScroller {display:none;} #navigationBottom {width: 100%; background-color: #f2f2f2; border-top: 1px solid gray; height:25px; padding: 10px 30px 10px 0px !important; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;}';
|
||||||
echo '</style>';
|
echo '</style>';
|
||||||
echo '<!--[if lt IE 7]>';
|
echo '<!--[if lt IE 7]>';
|
||||||
echo '<link rel="stylesheet" href="<?=$site_url?>admin/survey/css/ie6hacks.css" type="text/css" />';
|
echo '<link rel="stylesheet" href="<?=$site_url?>admin/survey/css/ie6hacks.css" type="text/css" />';
|
||||||
@ -3227,9 +3227,6 @@ class SurveyDataDisplay{
|
|||||||
'a'=>'list_xls',
|
'a'=>'list_xls',
|
||||||
'anketa'=>$anketa)));
|
'anketa'=>$anketa)));
|
||||||
echo '<div class="printHide" style="margin-top:6px; margin-bottom:60px;">';
|
echo '<div class="printHide" style="margin-top:6px; margin-bottom:60px;">';
|
||||||
echo '<a href="'.$_url1.'" target="_blank"><span class="faicon pdf icon-as_link"></span></a> ';
|
|
||||||
echo '<a href="'.$_url2.'" target="_blank"><span class="faicon rtf icon-as_link"></span></a> ';
|
|
||||||
echo '<a href="'.$_url3.'" target="_blank"><span class="faicon xls icon-as_link"></span></a>';
|
|
||||||
|
|
||||||
if (isset($properties['profile_id_status']))
|
if (isset($properties['profile_id_status']))
|
||||||
{
|
{
|
||||||
@ -3272,18 +3269,6 @@ class SurveyDataDisplay{
|
|||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo '<div id="navigationBottom" class="printHide">';
|
|
||||||
|
|
||||||
echo '<span class="floatRight spaceRight"><div class="buttonwrapper"><a class="ovalbutton ovalbutton_gray" href="#" onclick="window.print();return false;"><span><img src="'.$site_url.'admin/survey/icons/icons/printer.png" vartical-align="middle" /> '.$lang['hour_print2'].'</span></a></div></span>';
|
|
||||||
echo '<span class="spaceRight floatRight printHide" style="margin-top:6px;">';
|
|
||||||
echo '<a href="'.$_url1.'" target="_blank"><span class="faicon pdf icon-as_link"></span></a> ';
|
|
||||||
echo '<a href="'.$_url2.'" target="_blank"><span class="faicon rtf icon-as_link"></span></a> ';
|
|
||||||
echo '<a href="'.$_url3.'" target="_blank"><span class="faicon xls icon-as_link"></span></a>';
|
|
||||||
echo '</span>';
|
|
||||||
|
|
||||||
echo '<br class="clr" />';
|
|
||||||
echo '</div>';
|
|
||||||
|
|
||||||
echo '</body>';
|
echo '</body>';
|
||||||
echo '</html>';
|
echo '</html>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user