Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F773372
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 2, 9:49 AM
Size
3 KB
Mime Type
text/x-diff
Expires
Tue, Feb 4, 9:49 AM (1 h, 57 m)
Engine
blob
Format
Raw Data
Handle
556602
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/admin/install/fix_paths.php
===================================================================
--- trunk/admin/install/fix_paths.php (nonexistent)
+++ trunk/admin/install/fix_paths.php (revision 995)
@@ -0,0 +1,48 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Fix Paths</span><br><br>
+
+ <?php section_header('Step '.$tmp_step.' - Fix Paths'); ?>
+ <table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar">
+<?php include("install/toolbar.php"); ?>
+ </table>
+ <!-- toolbar button \\-->
+
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tableborder">
+ <tr valign="top">
+ <td width="60%" bgcolor="#F0F0F0">
+ <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
+<?php
+ while ($path_rs && !$path_rs->EOF) {
+ $sql = "SELECT prompt FROM ".$g_TablePrefix."ConfigurationAdmin WHERE VariableName = '".$path_rs->fields['VariableName']."'";
+ $rrs = $ado->Execute($sql);
+
+ print "<tr ".int_table_color_ret().">\n";
+ print " <td width=\"80%\" valign=\"top\" class=\"txt\"><b>".admin_language($rrs->fields['prompt']).":</b></td>\n";
+ print " <td nowrap><input type=text name='values[".$path_rs->fields['VariableName']."]' value='".$path_rs->fields['VariableValue']."'></TD>";
+ /* if(is_object($c->NextItem))
+ {
+ $n = $c->NextItem;
+ print " <td>".$n->ItemFormElement()."</TD>";
+ }
+ else
+ print " <td><span class=\"txt\"> </span></td>\n";*/
+ print "</tr>\n";
+ $path_rs->MoveNext();
+ }
+?>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php echo $DomainError; ?></p><br/></td>
+ </tr>
+ <td>
+ <br>
+ <input TYPE="hidden" NAME ="state" VALUE="fix_paths_process">
+ <input type="submit" name="submit_form" value="Select" class="button">
+ <input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);">
+ <input type="hidden" name="UserPass" VALUE="<?php echo $UserPass; ?>">
+ <input type="hidden" name="UserName" VALUE="<?php echo $UserName; ?>">
+ <input type="hidden" name="next_step" value="<?php echo $next_step;?>">
+ <input type="hidden" name="install_type" value="<?php echo $install_type;?>">
+ </td>
+ </tr>
+ </table>
+ </td>
\ No newline at end of file
Property changes on: trunk/admin/install/fix_paths.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Event Timeline
Log In to Comment