Changeset 2880
- Timestamp:
- 10/30/06 10:58:23 (7 years ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/footer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css
r2879 r2880 53 53 background-repeat: repeat-y; 54 54 background-position: left; 55 } 56 57 58 .attention { 59 background:red; 60 color:white; 61 font-weight:bold; 62 } 63 .attention a { 64 color:white; 65 font-weight:bold; 66 } 67 div.attention { 68 border:1px solid black; 69 padding:5px; 55 70 } 56 71 freepbx/trunk/amp_conf/htdocs/admin/config.php
r2879 r2880 166 166 echo "<div class=\"content\">\n"; 167 167 } 168 169 echo "<noscript><div class=\"attention\">"._("WARNING: Javascript is disabled in your browser. The freePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it.")."</div></noscript>"; 170 171 168 172 // check access 169 173 if ( ($display != '') && !isset($fpbx_menu[$display]) ) { freepbx/trunk/amp_conf/htdocs/admin/footer.php
r2879 r2880 86 86 if (isset($_SESSION["AMP_user"]) && ($_SESSION["AMP_user"]->checkSection(99))) { 87 87 if ($need_reload) { 88 /*89 88 $href = $_SERVER["PHP_SELF"] . "?clk_reload=true"; 90 89 if (isset($_REQUEST['display'])) … … 93 92 $href .= '&type='.$_REQUEST['type']; 94 93 95 echo "< div class='inyourface'><a href='$href' >";94 echo "<noscript><div class='inyourface'><a href='$href' >"; 96 95 echo _("You have made changes - when finished, click here to APPLY them"); 97 echo "</a></div> \n";98 */96 echo "</a></div></noscript>\n"; 97 99 98 100 99 echo "<script type=\"text/javascript\">if (ele = document.getElementById('need_reload_block')) { ele.style.display = 'block'; }</script>";
