Changeset 12342
- Timestamp:
- 08/02/11 16:59:27 (2 years ago)
- Files:
-
- modules/branches/2.10/cdr/cdr.css (modified) (1 diff)
- modules/branches/2.10/cdr/module.xml (modified) (3 diffs)
- modules/branches/2.10/cdr/page.cdr.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/cdr/cdr.css
r12326 r12342 56 56 margin : 0 5%; 57 57 border-width : 0; 58 white-space : nowrap;59 58 width : 90%; 60 59 font-size: 10pt; modules/branches/2.10/cdr/module.xml
r12340 r12342 4 4 <description>Call Data Record report tools for vieweing reports of your calls</description> 5 5 <name>CDR Viewer</name> 6 <version>2.10.0.alpha 6</version>6 <version>2.10.0.alpha5</version> 7 7 <publisher>Mikael Carlsson</publisher> 8 8 <license>GPLv2+</license> … … 13 13 </menuitems> 14 14 <changelog> 15 *2.10.0.alpha6* Bug fix in recordings settings16 15 *2.10.0.alpha5* Added localization 17 16 *2.10.0.alpha4* Added csv export … … 24 23 <module>core ge 2.6.0</module> 25 24 </depends> 26 <location>release/2.10/cdr-2.10.0.alpha 6.tgz</location>27 <md5sum> 88b2cf43561156d23ea3d8a7ff209382</md5sum>25 <location>release/2.10/cdr-2.10.0.alpha5.tgz</location> 26 <md5sum>6e5efa7187a9e534f8d65c450b97af0c</md5sum> 28 27 </module> modules/branches/2.10/cdr/page.cdr.php
r12341 r12342 59 59 </tr> 60 60 <tr> 61 <td><input <?php if (empty($_POST['order']) || $_POST['order'] == 'calldate') { echo 'checked="checked"'; } ?> type="radio" name="order" value="calldate" /> <?php echo _("Call Date")?>:</td> 61 <?php $calldate_tooltip = _("Select time span for your report. You can select Date, Month, Year, Hour and Minute to narrow your search");?> 62 <td><input <?php if (empty($_POST['order']) || $_POST['order'] == 'calldate') { echo 'checked="checked"'; } ?> type="radio" name="order" value="calldate" /> <?php echo "<a href=\"#\" class=\"info\">"._("Call Date")."<span>".$calldate_tooltip."</span></a>"?>:</td> 62 63 <td><?php echo _("From")?>: 63 64 <input type="text" name="startday" id="startday" size="2" maxlength="2" value="<?php if (isset($_POST['startday'])) { echo $_POST['startday']; } else { echo '01'; } ?>" /> … … 142 143 </tr> 143 144 <tr> 144 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'channel') { echo 'checked="checked"'; } ?> type="radio" name="order" value="channel" /> <label for="channel"><?php echo _("Src Channel")?>:</label></td> 145 <?php $channel_tooltip = _("Select Source Channel to search for. You can enter just the channel type like SIP, IAX2 or Local. You can also include the destination for the channel, like SIP/1234.");?> 146 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'channel') { echo 'checked="checked"'; } ?> type="radio" name="order" value="channel" /> <label for="channel"><?php echo "<a href=\"#\" class=\"info\">"._("Src Channel")."<span>$channel_tooltip</span></a>"?>:</label></td> 145 147 <td><input type="text" name="channel" id="channel" value="<?php if (isset($_POST['channel'])) { echo $_POST['channel']; } ?>" /> 146 148 <?php echo _("Not")?>:<input <?php if ( isset($_POST['channel_neg'] ) && $_POST['channel_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="channel_neg" value="true" /> … … 152 154 </tr> 153 155 <tr> 154 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'src') { echo 'checked="checked"'; } ?> type="radio" name="order" value="src" /> <label for="src"><?php echo _("Source")?>:</label></td> 156 <?php $source_tooltip = _("Search for source calls. You can enter multiple sources separated by a comma. This field support Asterisk regular expression. Example<br>");?> 157 <?php $source_tooltip .= _("<b>_2XXN, _562., _.0075</b> = search for any match of these numbers<br>");?> 158 <?php $source_tooltip .= _("<b>_!2XXN, _562., _.0075</b> = Search for any match <b>except</b> for these numbers");?> 159 <?php $source_tooltip .= _("<br>Asterisk pattern matching<br>");?> 160 <?php $source_tooltip .= _("<b>X</b> = matches any digit from 0-9<br>");?> 161 <?php $source_tooltip .= _("<b>Z</b> = matches any digit from 1-9<br>");?> 162 <?php $source_tooltip .= _("<b>N</b> = matches any digit from 2-9<br>");?> 163 <?php $source_tooltip .= _("<b>[1237-9]</b> = matches any digit or letter in the brackets<br>(in this example, 1,2,3,7,8,9)<br>");?> 164 <?php $source_tooltip .= _("<b>.</b> = wildcard, matches one or more characters<br>");?> 165 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'src') { echo 'checked="checked"'; } ?> type="radio" name="order" value="src" /> <label for="src"><?php echo "<a href=\"#\" class=\"info\">"._("Source")."<span>$source_tooltip</span></a>"?>:</label></td> 155 166 <td><input type="text" name="src" id="src" value="<?php if (isset($_POST['src'])) { echo $_POST['src']; } ?>" /> 156 167 <?php echo _("Not")?>:<input <?php if ( isset($_POST['src_neg'] ) && $_POST['src_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="src_neg" value="true" /> … … 162 173 </tr> 163 174 <tr> 164 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'clid') { echo 'checked="checked"'; } ?> type="radio" name="order" value="clid" /> <label for="clid"><?php echo _("CallerID")?></label></td> 175 <?php $callerid_tooltip = _("Search for CallerID. If your CallerID begins with \" then you must supply this in your search if you select Begins With.");?> 176 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'clid') { echo 'checked="checked"'; } ?> type="radio" name="order" value="clid" /> <label for="clid"><?php echo "<a href=\"#\" class=\"info\">"._("CallerID")."<span>$callerid_tooltip</span></a>"?></label></td> 165 177 <td><input type="text" name="clid" id="clid" value="<?php if (isset($_POST['clid'])) { echo $_POST['clid']; } ?>" /> 166 178 <?php echo _("Not")?>:<input <?php if ( isset($_POST['clid_neg'] ) && $_POST['clid_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="clid_neg" value="true" /> … … 172 184 </tr> 173 185 <tr> 174 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'dstchannel') { echo 'checked="checked"'; } ?> type="radio" name="order" value="dstchannel" /> <label for="dstchannel"><?php echo _("Dst Channel")?>:</label></td> 186 <?php $dstchannel_tooltip = _("Select Destination Channel to search for. It can be just the channel type like SIP, IAX2 or Local. It can include the destination for the channel, like SIP/1234.");?> 187 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'dstchannel') { echo 'checked="checked"'; } ?> type="radio" name="order" value="dstchannel" /> <label for="dstchannel"><?php echo "<a href=\"#\" class=\"info\">"._("Dst Channel")."<span>$dstchannel_tooltip</span></a>"?>:</label></td> 175 188 <td><input type="text" name="dstchannel" id="dstchannel" value="<?php if (isset($_POST['dstchannel'])) { echo $_POST['dstchannel']; } ?>" /> 176 189 <?php echo _("Not")?>:<input <?php if ( isset($_POST['dstchannel_neg'] ) && $_POST['dstchannel_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="dstchannel_neg" value="true" /> … … 182 195 </tr> 183 196 <tr> 184 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'dst') { echo 'checked="checked"'; } ?> type="radio" name="order" value="dst" /> <label for="dst"><?php echo _("Destination")?>:</label></td> 197 <?php $destination_tooltip = _("Search for destination calls. You can enter multiple sources separated by a comma. This field support Asterisk regular expression. Example<br>");?> 198 <?php $destination_tooltip .= _("<b>_2XXN, _562., _.0075</b> = search for any match of these numbers<br>");?> 199 <?php $destination_tooltip .= _("<b>_!2XXN, _562., _.0075</b> = Search for any match <b>except</b> for these numbers");?> 200 <?php $destination_tooltip .= _("<br>Asterisk pattern matching<br>");?> 201 <?php $destination_tooltip .= _("<b>X</b> = matches any digit from 0-9<br>");?> 202 <?php $destination_tooltip .= _("<b>Z</b> = matches any digit from 1-9<br>");?> 203 <?php $destination_tooltip .= _("<b>N</b> = matches any digit from 2-9<br>");?> 204 <?php $destination_tooltip .= _("<b>[1237-9]</b> = matches any digit or letter in the brackets<br>(in this example, 1,2,3,7,8,9)<br>");?> 205 <?php $destination_tooltip .= _("<b>.</b> = wildcard, matches one or more characters<br>");?> 206 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'dst') { echo 'checked="checked"'; } ?> type="radio" name="order" value="dst" /> <label for="dst"><?php echo "<a href=\"#\" class=\"info\">"._("Destination")."<span>$destination_tooltip</span></a>"?>:</label></td> 185 207 <td><input type="text" name="dst" id="dst" value="<?php if (isset($_POST['dst'])) { echo $_POST['dst']; } ?>" /> 186 208 <?php echo _("Not")?>:<input <?php if ( isset($_POST['dst_neg'] ) && $_POST['dst_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="dst_neg" value="true" /> … … 192 214 </tr> 193 215 <tr> 194 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'userfield') { echo 'checked="checked"'; } ?> type="radio" name="order" value="userfield" /> <label for="userfield"><?php echo _("Userfield")?>:</label></td> 216 <?php $userfield_tooltip = _("Search for userfield data (if enabled).");?> 217 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'userfield') { echo 'checked="checked"'; } ?> type="radio" name="order" value="userfield" /> <label for="userfield"><?php echo "<a href=\"#\" class=\"info\">"._("Userfield")."<span>$userfield_tooltip</span></a>"?>:</label></td> 195 218 <td><input type="text" name="userfield" id="userfield" value="<?php if (isset($_POST['userfield'])) { echo $_POST['userfield']; } ?>" /> 196 219 <?php echo _("Not")?>:<input <?php if ( isset($_POST['userfield_neg'] ) && $_POST['userfield_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="userfield_neg" value="true" /> … … 202 225 </tr> 203 226 <tr> 204 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'accountcode') { echo 'checked="checked"'; } ?> type="radio" name="order" value="accountcode" /> <label for="userfield"><?php echo _("Account Code")?>:</label></td> 227 <?php $accountcode_tooltip = _("Search for accountcode.");?> 228 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'accountcode') { echo 'checked="checked"'; } ?> type="radio" name="order" value="accountcode" /> <label for="userfield"><?php echo "<a href=\"#\" class=\"info\">"._("Account Code")."<span>$accountcode_tooltip</span></a>"?>:</label></td> 205 229 <td><input type="text" name="accountcode" id="accountcode" value="<?php if (isset($_POST['accountcode'])) { echo $_POST['accountcode']; } ?>" /> 206 230 <?php echo _("Not")?>:<input <?php if ( isset($_POST['accountcode_neg'] ) && $_POST['accountcode_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="accountcode_neg" value="true" /> … … 212 236 </tr> 213 237 <tr> 214 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'duration') { echo 'checked="checked"'; } ?> type="radio" name="order" value="duration" /> <label><?php echo _("Duration")?>:</label></td> 238 <?php $duration_tooltip = _("Search for calls that matches the call lenght specified.");?> 239 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'duration') { echo 'checked="checked"'; } ?> type="radio" name="order" value="duration" /> <label><?php echo "<a href=\"#\" class=\"info\">"._("Duration")."<span>$duration_tooltip</span></a>"?>:</label></td> 215 240 <td><?php echo _("Between")?>: 216 241 <input type="text" name="dur_min" value="<?php if (isset($_POST['dur_min'])) { echo $_POST['dur_min']; } ?>" size="3" maxlength="5" /> 217 242 <?php echo _("And")?>: 218 243 <input type="text" name="dur_max" value="<?php if (isset($_POST['dur_max'])) { echo $_POST['dur_max']; } ?>" size="3" maxlength="5" /> 219 <?php echo _("Seconds")?>: 220 </td> 221 </tr> 222 <tr> 223 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'disposition') { echo 'checked="checked"'; } ?> type="radio" name="order" value="disposition" /> <label for="disposition"><?php echo _("Disposition")?>:</label></td> 244 <?php echo _("Seconds")?> 245 </td> 246 </tr> 247 <tr> 248 <?php $disposition_tooltip = _("Search for calls that matches either ANSWERED, BUSY, FAILED or NO ANSWER.");?> 249 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'disposition') { echo 'checked="checked"'; } ?> type="radio" name="order" value="disposition" /> <label for="disposition"><?php echo "<a href=\"#\" class=\"info\">"._("Disposition")."<span>$disposition_tooltip</span></a>"?>:</label></td> 224 250 <td> 225 251 <?php echo _("Not")?>:<input <?php if ( isset($_POST['dispositio_neg'] ) && $_POST['disposition_neg'] == 'true' ) { echo 'checked="checked"'; } ?> type="checkbox" name="disposition_neg" value="true" />
