[Redizajn 1KA] Popupi: Podatki - Javna povezava (izvozi)
This commit is contained in:
parent
6468f177da
commit
72fe9bae23
@ -67,18 +67,18 @@ class SurveyUrlLinks
|
||||
echo '<div class="popup_close"><a href="#" onClick="$(\'#fade\').fadeOut(\'slow\');$(\'#fullscreen\').fadeOut(\'slow\').html(\'\'); return false;">✕</a></div>';
|
||||
|
||||
if ($msg != null){
|
||||
echo ($msg);
|
||||
echo '<br />';
|
||||
echo '<p class="bottom16">'.($msg);
|
||||
echo '</p>';
|
||||
}
|
||||
$hashUrl = new HashUrl($this->_anketa);
|
||||
$links = $hashUrl->getSurveyHashes();
|
||||
if (count($links) == 0){
|
||||
echo $lang['srv_public_link_noLink'].'<br />';
|
||||
echo '<p class="bottom16">'.$lang['srv_public_link_noLink'].'</p>';
|
||||
}
|
||||
echo '<p><a href="#" onclick="addSurveyUrlLink(\''.$podstran.'\',\''.$m.'\');">'.$lang['srv_public_link_addLink'].'</a></p>';
|
||||
echo '<p class="bottom16"><a href="#" onclick="addSurveyUrlLink(\''.$podstran.'\',\''.$m.'\');">'.$lang['srv_public_link_addLink'].'</a></p>';
|
||||
if (count($links) > 0){
|
||||
|
||||
echo '<caption>'.$lang['srv_public_link_existing'].'</caption>';
|
||||
echo '<caption>'.$lang['srv_public_link_existing'].':</caption>';
|
||||
echo '<table class="tbl_survey_links">';
|
||||
|
||||
echo '<tr>';
|
||||
@ -118,7 +118,7 @@ class SurveyUrlLinks
|
||||
echo '</span></td>';
|
||||
|
||||
echo '<td style="text-align: center;">';
|
||||
echo '<input type="checkbox" name="hash_link_refresh" id="hash_link_refresh_'.$this->_anketa.'_'.$link['hash'].'" data-hash="'.$link['hash'].'" data-anketa="'.$this->_anketa.'" onchange="hash_refresh_change(this);"'. (($link['refresh'] == '1') ? ' checked' : '') .'>';
|
||||
echo '<input type="checkbox" name="hash_link_refresh" id="hash_link_refresh_'.$this->_anketa.'_'.$link['hash'].'" data-hash="'.$link['hash'].'" data-anketa="'.$this->_anketa.'" onchange="hash_refresh_change(this);"'. (($link['refresh'] == '1') ? ' checked' : '') .'><label for="hash_link_refresh_'.$this->_anketa.'_'.$link['hash'].'" class="empty"></label>';
|
||||
echo '</td>';
|
||||
|
||||
echo '<td>';
|
||||
|
@ -8320,6 +8320,18 @@ div#div_analiza_archive_name .alaysis_archive_wrap .alaysis_archive_left {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#div_survey_links {
|
||||
min-width: 600px;
|
||||
width: auto;
|
||||
}
|
||||
#div_survey_links .hash_comment {
|
||||
min-width: 200px;
|
||||
height: 100%;
|
||||
min-height: 1em;
|
||||
outline: 1px solid #C4C4C4;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/*
|
||||
Header scss - top line, menu...
|
||||
*/
|
||||
|
@ -255,4 +255,20 @@ div#div_analiza_archive_name {
|
||||
}
|
||||
#hpbRowPercent {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
/////PODATKI/////@
|
||||
//Javna povezava
|
||||
#div_survey_links {
|
||||
min-width: 600px;
|
||||
width: auto;
|
||||
|
||||
.hash_comment {
|
||||
min-width: 200px;
|
||||
height: 100%;
|
||||
min-height: 1em;
|
||||
outline: 1px solid $dark-gray;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user