Skip to content

Commit 3ce889c

Browse files
committed
1 parent 7326e85 commit 3ce889c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

MediaDetail.cfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
notfound<cfabort>
4343
</cfif>
4444

45-
<cfif isdefined("show") and show is not false>
45+
<cfif isdefined("open") and open is not false>
4646
<cflocation addtoken="false" url="/exit.cfm?target=#findIDs.media_uri#">
4747
<cfabort>
4848
</cfif>

component/utilities.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@
194194
<cfset x=x & ",char,chr,ctxsys,CHANGELOG,content,cms,checkupdate,comment,comments,connectors,cgi,cgi-bin,cgi-sys,calendar,config,client,cube">
195195
<cfset x=x & ",drithsx,Dashboard,dbg,dbadmin">
196196
<cfset x=x & ",etc,environ,exe,editor,ehcp">
197-
<cfset x=x & ",fulltext,feed,feeds,filemanager,fckeditor">
197+
<cfset x=x & ",fulltext,feed,feeds,filemanager,fckeditor,FileZilla">
198198
<cfset x=x & ",getmappingxpath,get_host_address">
199199
<cfset x=x & ",html(,HNAP1,htdocs,horde,HovercardLauncher">
200200
<cfset x=x & ",inurl,invoker,ini">
201201
<cfset x=x & ",jbossws,jbossmq-httpil,jspa,jiraHNAP1,jsp,jmx-console">
202-
<cfset x=x & ",lib">
202+
<cfset x=x & ",lib,lightbox">
203203
<cfset x=x & ",mpx,mysql,mysql2,mydbs,manager,myadmin,muieblackcat,mail">
204204
<cfset x=x & ",news,nyet">
205205
<cfset x=x & ",ord_dicom,ordsys,owssvr,ol">

document.cfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<a href="/media.cfm?action=edit&media_id=#cpg.media_id#">[ edit media ]</a>
354354
</cfif>
355355
<cfif relMedia.recordcount is 1>
356-
<a target="_blank" href="/media/#relMedia.media_id#?show">[ download master ]</a>
356+
<a target="_blank" href="/media/#relMedia.media_id#?open">[ download master ]</a>
357357
</cfif>
358358
</td>
359359
</tr>

editAccn.cfm

+2-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@
323323
</tr>
324324
<tr>
325325
<td colspan="6" align="center">
326-
<input type="submit" value="Save Changes" class="savBtn">
326+
<input type="button" value="Save Changes" class="savBtn"
327+
onClick="editAccn.action.value='saveChanges';editAccn.submit();">
327328
<input type="button" value="Quit without saving" class="qutBtn"
328329
onclick = "document.location = 'editAccn.cfm'">
329330
<input type="button" value="Delete" class="delBtn" onClick="editAccn.action.value='deleteAccn';confirmDelete('editAccn');">

0 commit comments

Comments
 (0)