1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to snapshot 20070627

PR:		ports/114108
Submitted by:	Phillip Neumann <pneumann At gmail.com> (maintainer)
This commit is contained in:
Li-Wen Hsu 2007-06-29 02:17:00 +00:00
parent 112e1f3008
commit 17dae20836
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194425
4 changed files with 15 additions and 21 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= asterisk-gui
PORTVERSION= 0.0.1r20070528
PORTVERSION= 0.0.1r20070627
CATEGORIES= www
MASTER_SITES= http://asterisk-bsd.googlecode.com/files/
DISTNAME= ${PORTNAME}-snap-2007-05-28
DISTNAME= ${PORTNAME}-snap-2007-06-27
MAINTAINER= pneumann@gmail.com
COMMENT= An asterisk ajax web manager

View File

@ -1,3 +1,3 @@
MD5 (asterisk-gui-snap-2007-05-28.tar.gz) = 7f680cd4a66b9a0f6797186acf969fa1
SHA256 (asterisk-gui-snap-2007-05-28.tar.gz) = d42dbfd3ee1234f4a034c5c328c28594f902abc8d482bd244687161b0a3b31fd
SIZE (asterisk-gui-snap-2007-05-28.tar.gz) = 306972
MD5 (asterisk-gui-snap-2007-06-27.tar.gz) = 9146ea5d76b52fdb496b8f0837d9438a
SHA256 (asterisk-gui-snap-2007-06-27.tar.gz) = 4f2c9c72067e807d145d78681a06f947b0a2a3a22eff9ebc9ce1355e35397dcf
SIZE (asterisk-gui-snap-2007-06-27.tar.gz) = 311474

View File

@ -1,6 +1,6 @@
--- config/queues.html.orig Wed Apr 4 12:50:22 2007
+++ config/queues.html Wed Apr 4 12:50:42 2007
@@ -254,7 +254,7 @@
--- config/queues.html.orig Thu Jun 28 14:58:19 2007
+++ config/queues.html Thu Jun 28 14:59:20 2007
@@ -171,7 +171,7 @@
for(k=0; k<$('agents').length; k++){
selectedagent = "selectedagent" + k;
if( $(selectedagent).checked ){
@ -9,7 +9,7 @@
p = p+1;
}
}
@@ -398,7 +398,7 @@
@@ -338,7 +338,7 @@
queuenames[j] = t.name;
return t.name + " -- Queue '" + t.fieldbyname['fullname'] + "'";
}else if(InArray(extensions_conf_qs, t.name)) { // if is a subcategory
@ -18,19 +18,12 @@
if(t.names[x] == 'member' && tmp.length > 1){
queueagents [j] [k] = tmp[1];
k = k+1;
@@ -512,7 +512,7 @@
@@ -435,7 +435,7 @@
</select>
</td>
</tr>
<tr onmouseover="show_tooltip('en', 'queues', 3);" >
- <td valign='top' class="field_text">Agents:</td>
+ <td valign='top' class="field_text">Users:</td>
- <tr> <td valign='top' class="field_text" tip="en,queues,3">Agents:</td>
+ <tr> <td valign='top' class="field_text" tip="en,queues,3">Users:</td>
<td><select multiple='true' id='agents' style='display:none;'></select>
<div id="testmulti" style='border:1px solid; font-size: 8pt; height:75px; width: 200px;overflow :auto;'></div>
</td>
@@ -580,4 +580,4 @@
</tr>
</table>
</div>
-</body>
\ No newline at end of file
+</body>

View File

@ -6,6 +6,7 @@ share/asterisk/static-http/config/graphs/graph_cpu.svgz
share/asterisk/static-http/config/images/1.gif
share/asterisk/static-http/config/images/accordion-icon.gif
share/asterisk/static-http/config/images/adv-v.gif
share/asterisk/static-http/config/images/bandwidth.gif
share/asterisk/static-http/config/images/digiumlogo.gif
share/asterisk/static-http/config/images/dots.gif
share/asterisk/static-http/config/images/favicon.ico
@ -23,7 +24,6 @@ share/asterisk/static-http/config/scripts/lang.js
share/asterisk/static-http/config/scripts/prototype.js
share/asterisk/static-http/config/scripts/rico.js
share/asterisk/static-http/config/scripts/tooltip.js
share/asterisk/static-http/config/stylesheets/rico.css
share/asterisk/static-http/config/stylesheets/schwing.css
share/asterisk/static-http/config/setup/1.html
share/asterisk/static-http/config/setup/10.html
@ -41,6 +41,7 @@ share/asterisk/static-http/config/setup/template.html
share/asterisk/static-http/config/backup.html
share/asterisk/static-http/config/cfgbasic.html
share/asterisk/static-http/config/cli.html
share/asterisk/static-http/config/callparking.html
share/asterisk/static-http/config/emailsettings.html
share/asterisk/static-http/config/feditor.html
share/asterisk/static-http/config/guialert.html