[interchange] Changed @@MV_PAGE@@ to [var MV_PAGE 1], so we can get it interpolated inside the Variable.

Josh Lavin interchange-cvs at icdevgroup.org
Thu Jan 16 19:09:35 UTC 2014


commit 234b81c2bde0d40e3f28556f19914d2b167902da
Author: Josh Lavin <josh at perusion.com>
Date:   Thu Jan 16 11:07:12 2014 -0800

    Changed @@MV_PAGE@@ to [var MV_PAGE 1], so we can get it interpolated inside the Variable.
    
    Also scrap deprecated [page] tags.

 dist/lib/UI/vars/UI_STD_FILE_NAV |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dist/lib/UI/vars/UI_STD_FILE_NAV b/dist/lib/UI/vars/UI_STD_FILE_NAV
index 6358c8f..3bbeca2 100644
--- a/dist/lib/UI/vars/UI_STD_FILE_NAV
+++ b/dist/lib/UI/vars/UI_STD_FILE_NAV
@@ -21,7 +21,7 @@ Variable UI_STD_FILE_NAV <<EONav
 				</SMALL>
 			</td>
 			<td>
-			<FORM ACTION="[area @@MV_PAGE@@]" METHOD=GET>
+			<FORM ACTION="[area href="[var MV_PAGE 1]"]" METHOD=GET>
 			<INPUT TYPE=hidden NAME=mv_action VALUE=back>
 			<INPUT TYPE=hidden NAME=action VALUE=find>
 			[msg]Find files in and under current directory:[/msg]<BR>
@@ -53,9 +53,9 @@ Variable UI_STD_FILE_NAV <<EONav
 					}
 					$Scratch->{details_coming} = $status;
 			`]
-			[page href="@@MV_PAGE@@" form="details=0"][msg]Hide file details[/msg]</A>
+			<a href="[area href="[var MV_PAGE 1]" form="details=0"]">[msg]Hide file details[/msg]</A>
 			[else]
-			[page href="@@MV_PAGE@@" form="details=1"][msg]Show file details[/msg]</A>
+			<a href="[area href="[var MV_PAGE 1]" form="details=1"]">[msg]Show file details[/msg]</A>
 			[/else]
 			[/if]
 			</small>



More information about the interchange-cvs mailing list