Ticket #2591: recordings.patch
| File recordings.patch, 2.8 kB (added by ded, 4 years ago) |
|---|
-
page.recordings.php
old new 170 170 </p> 171 171 <p> 172 172 <form enctype="multipart/form-data" name="upload" action="<?php echo $_SERVER['PHP_SELF'] ?>" method="POST"/> 173 <?php echo _( 'Alternatively, upload a recording in')?> <?php echo _("any supported asterisk format.")?> <?php echo _("Note that if you're using .wav, (eg, recorded with Microsoft Recorder) the file <b>must</b> be PCM Encoded, 16 Bits, at 8000Hz")?></span></a>:<br>173 <?php echo _("Alternatively, upload a recording in")?> <?php echo _("any supported asterisk format.")?> <?php echo _("Note that if you're using .wav, (eg, recorded with Microsoft Recorder) the file <b>must</b> be PCM Encoded, 16 Bits, at 8000Hz")?></span></a>:<br> 174 174 <input type="hidden" name="display" value="recordings"> 175 175 <input type="hidden" name="action" value="recordings_start"> 176 176 <input type="hidden" name="usersnum" value="<?php echo $usersnum ?>"> … … 236 236 }?> 237 237 <?php 238 238 echo "<a href=config.php?display=recordings&action=delete&usersnum=".urlencode($num); 239 echo "&id=$id>Remove Recording</a> <i style='font-size: x-small'>(Note, does not delete file from computer)</i>"; 239 echo "&id=$id>"; 240 echo _("Remove Recording"); 241 echo "</a> <i style='font-size: x-small'>("; 242 echo _("Note, does not delete file from computer"); 243 echo ")</i>"; 240 244 ?> 241 245 <form name="prompt" action="<?php $_SERVER['PHP_SELF'] ?>" method="post" onsubmit="return rec_onsubmit();"> 242 246 <input type="hidden" name="action" value="edited"> … … 246 250 <table> 247 251 <tr><td colspan=2><hr></td></tr> 248 252 <tr> 249 <td><a href="#" class="info"> Change Name<span>This changes the short name, visible on the right, of this recording</span></a></td>253 <td><a href="#" class="info"><?php echo _("Change Name");?><span><?php echo _("This changes the short name, visible on the right, of this recording");?></span></a></td> 250 254 <td><input type="text" name="rname" value="<?php echo $this_recording['displayname'] ?>"></td> 251 255 </tr> 252 256 <tr> 253 <td><a href="#" class="info"> Descriptive Name<span>This is displayed, as a hint, when selecting this recording in Queues, Digital Receptionist, etc</span></a></td>257 <td><a href="#" class="info"><?php echo _("Descriptive Name");?><span><?php echo _("This is displayed, as a hint, when selecting this recording in Queues, Digital Receptionist, etc");?></span></a></td> 254 258 <td> <textarea name="notes" rows="3" cols="40"><?php echo $this_recording['description'] ?></textarea></td> 255 259 </tr> 256 260 </table> 257 261 <hr /> 258 Files:<br />262 <?php echo _("Files");?>:<br /> 259 263 <table> 260 264 <?php 261 265 $rec = recordings_get($id);
