Subversion Repositories DevTools

Rev

Rev 6784 | Rev 6874 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6784 Rev 6827
Line 281... Line 281...
281
                            </tr>
281
                            </tr>
282
                            <%=GenerateTableBody()%>
282
                            <%=GenerateTableBody()%>
283
                      </table>
283
                      </table>
284
                      <table class="full_table">
284
                      <table class="full_table">
285
                         <tr>
285
                         <tr>
286
                            <td align="right" nowrap valign="bottom" class="abtnItem" title="Add New Replication Targets">
286
                            <%BuildActionButtonClick canModify, "Add Project Replica", "Add New Replication Target", true, _
287
                            <%If canModify Then%>
-
 
288
                               <a href="javascript:;" onClick="MM_openVixIFrame('wAddProjReplica.asp?proj_id=<%=parProjId%>','Add Project Replication')">
-
 
289
                                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3">
287
                                "src='icons/btn_add.gif' width='13' height='13' align='absmiddle' border='0' hspace='3'", _
290
                                  Add Project Replica
-
 
291
                               </a>
-
 
292
                            <%Else%>
-
 
293
                                 <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Add New Replication Targets">
288
                                "MM_openVixIFrame('wAddProjReplica.asp?proj_id=" & parProjId &"','Add Project Replication')"
294
                                  Add Project Replica
-
 
295
                            <%End If%>
289
                            %>
296
                            </td>
290
                            </td>
297
                         </tr>
291
                         </tr>
298
                      </table>
292
                      </table>
299
                    </div>
293
                    </div>
300
                </td>
294
                </td>