[Redizajn 1KA] Popupi: Analize → Poročila → Poročila po meri - Plus ikona ob imenu poročila

This commit is contained in:
tejagerjovic 2022-05-20 12:56:49 +02:00
parent 65be1f4033
commit 74132ee649
3 changed files with 1454 additions and 1436 deletions

View File

@ -1872,14 +1872,22 @@ class SurveyCustomReport {
// div za kreacijo novega // div za kreacijo novega
echo '<div id="newCReportProfile">'; echo '<div id="newCReportProfile">';
echo '<div style="float:left; width:410px; text-align:right;">'.$lang['srv_custom_report_name'].': '."\n";
echo '<input id="newCReportProfileName" name="newCReportProfileName" type="text" value="" size="50" /></div>'."\n"; echo '<p>'.$lang['srv_custom_report_name'].':</p>';
echo '<div style="float:left; width:410px; text-align:right; padding:5px 0px;">'.$lang['srv_inv_archive_comment'].': '."\n"; echo '<input id="newCReportProfileName" name="newCReportProfileName" type="text" value="" class="text large" />';
echo '<input id="newCReportProfileComment" name="newCReportProfileComment" type="text" value="" size="50" /></div>'."\n";
echo '<br /><br /><br /><br /><span class="floatRight spaceLeft" ><span class="buttonwrapper"><a class="ovalbutton ovalbutton_orange" href="#" onclick="creport_profile_action(\'new\'); return false;"><span>'.$lang['srv_analiza_arhiviraj_save'].'</span></a></span></span>'."\n"; echo '<p class="top16">'.$lang['srv_inv_archive_comment'].':</p>';
echo '<span class="floatRight spaceLeft" ><span class="buttonwrapper"><a class="ovalbutton ovalbutton_gray" href="#" onclick="creport_profile_action(\'cancel_new\'); return false;"><span>'.$lang['srv_close_profile'].'</span></a></span></span>'."\n";
echo '</div>'."\n"; echo '<input id="newCReportProfileComment" name="newCReportProfileComment" type="text" value="" class="text large" />';
echo '<div class="button_holder">';
echo '<button class="medium white-blue" onClick="creport_profile_action(\'cancel_new\'); return false;">'.$lang['srv_close_profile'].'</button>';
echo '<button class="medium blue" onclick="creport_profile_action(\'new\'); return false;">'.$lang['srv_analiza_arhiviraj_save'].'</button>';
echo '</div>';
echo '</div>';
// div za preimenovanje // div za preimenovanje
echo '<div id="renameCReportProfile">'.$lang['srv_custom_report_name'].': '."\n"; echo '<div id="renameCReportProfile">'.$lang['srv_custom_report_name'].': '."\n";
echo '<input id="renameCReportProfileName" name="renameCReportProfileName" type="text" size="45" />'."\n"; echo '<input id="renameCReportProfileName" name="renameCReportProfileName" type="text" size="45" />'."\n";

File diff suppressed because it is too large Load Diff

View File

@ -242,6 +242,12 @@ div#div_analiza_archive_name {
} }
} }
#newCReportProfile {
.text {
width: 100%;
}
}
//// TESTIRANJE ///// //// TESTIRANJE /////
//Avtomatski vnosi - progress bar //Avtomatski vnosi - progress bar