Subversion Repositories DevTools

Rev

Rev 5150 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5150 Rev 5299
Line 91... Line 91...
91
	If objForm.IsValidOnPostBack Then
91
	If objForm.IsValidOnPostBack Then
92
		' --- Form is Valid ---
92
		' --- Form is Valid ---
93
		Call EditControl()
93
		Call EditControl()
94
		
94
		
95
		If objEH.Finally Then
95
		If objEH.Finally Then
-
 
96
            If Request("rmode") <> "" Then
-
 
97
			    Call OpenInParentWindow ( Request("rfile") &"?updated=ok"& objPMod.ComposeURLWithout("rfile,rmode") )
-
 
98
            Else
96
			Call OpenInParentWindow ( Request("rfile") &"?updated=ok"& objPMod.ComposeURLWithout("rfile,obj_id") )
99
			    Call OpenInParentWindow ( Request("rfile") &"?updated=ok"& objPMod.ComposeURLWithout("rfile,obj_id,rmode") )
-
 
100
            End If
97
			Call CloseWindow()
101
			Call CloseWindow()
98
		End If
102
		End If
99
		
103
		
100
	End If
104
	End If
101
End If
105
End If
Line 162... Line 166...
162
      </tr>
166
      </tr>
163
    </table></td>
167
    </table></td>
164
  </tr>
168
  </tr>
165
  <%=objPMod.ComposeHiddenTags()%>
169
  <%=objPMod.ComposeHiddenTags()%>
166
  <input type="hidden" name="action" value="true">
170
  <input type="hidden" name="action" value="true">
-
 
171
  <input type="hidden" name="rmode" value="<%=Request("rmode")%>">
167
  </form>
172
  </form>
168
</table>
173
</table>
169
</body>
174
</body>
170
</html>
175
</html>
171
<%
176
<%