Ticket #3525: cdr.php.patch
| File cdr.php.patch, 0.8 kB (added by Nick_Lewis, 3 years ago) |
|---|
-
old/cdr.php
old new 50 50 <title>Asterisk CDR</title> 51 51 <meta http-equiv="Content-Type" content="text/html"> 52 52 <link rel="stylesheet" type="text/css" media="print" href="common/print.css"> 53 < SCRIPT LANGUAGE="JavaScript" SRC="common/encrypt.js"></SCRIPT>53 <script type="text/javascript" src="common/encrypt.js"></script> 54 54 <style type="text/css" media="screen"> 55 55 @import url("common/layout.css"); 56 56 @import url("common/content.css"); … … 132 132 </div> 133 133 134 134 <!-- leftside END --> 135 --AMP-- */?> 135 136 136 137 <!-- content BEGIN --> 137 138 <div id="fedora-middle-two"> … … 139 140 <div class="fedora-corner-tl"> </div> 140 141 <div id="fedora-content"> 141 142 142 --AMP-- */?>143 143 144 144 145 145 <?php if ($section=="section0"){?>
