Subversion Repositories DevTools

Rev

Rev 119 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
 
2
<table width="400" border="0" cellspacing="0" cellpadding="5">
3
  <form name="message" method="post" action="#">
4
    <tr> 
5
      <td width="1"><img src="images/i_critical.gif" width="33" height="33"></td>
6
      <td class="err_ttl">Circular Dependencies Found!</td>
7
    </tr>
8
    <tr> 
9
      <td>&nbsp;</td>
10
      <td> 
11
        <p class="err_sol"> Following is $PACKAGE$ dependency list, and 'crossed' package(s) represent 
12
          a circular dependencies problem.<br>
13
		</p>
14
        $TABLE$
15
      </td>
16
    </tr>
17
    <tr> 
18
      <td>&nbsp;</td>
19
      <td class="err_sol"><br>
20
        <b>Solution</b><br>
21
        Use the table above as a guide to match the versions of 'crossed' packages 
22
        in your release prior to using $PACKAGE$. <br>
23
        <br>
24
      </td>
25
    </tr>
26
    <tr> 
27
      <td>&nbsp;</td>
28
      <td> 
29
		<input type="reset" name="btn" value="&laquo; Back" class="sublbox_item" onClick="history.back();">
30
        <input type="reset" name="btn" value="Cancel" class="sublbox_item" onClick="history.go(-2);">
31
      </td>
32
    </tr>
33
  </form>
34
</table>