[otrs-cvs] CVS: ITSMCMDB/Kernel/Output/HTML/Standard AgentITSMCMDB.dtl,1.39,1.40

cvs-log at otrs.org cvs-log at otrs.org
Wed Dec 13 13:05:10 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv15021/Kernel/Output/HTML/Standard

Modified Files:
	AgentITSMCMDB.dtl 
Log Message:
relocated link output

Index: AgentITSMCMDB.dtl
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Output/HTML/Standard/AgentITSMCMDB.dtl,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** AgentITSMCMDB.dtl	9 Dec 2006 16:43:33 -0000	1.39
--- AgentITSMCMDB.dtl	13 Dec 2006 12:05:08 -0000	1.40
***************
*** 121,124 ****
--- 121,128 ----
        $Text{"Delete"}
        </a>
+       -&nbsp;
+       <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordLink&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}">
+       $Text{"Link"}
+       </a>
      </td>
    </tr>
***************
*** 168,180 ****
            <td class="contenthead">$QData{"Content"}</td>
  <!-- dtl:block:RecordViewLinkColumn -->
          </tr>
  <!-- dtl:block:RecordViewLinkRow -->
          <tr class="contentbody">
  <!-- dtl:block:RecordViewLinkRowHyperlink -->
!           <td class="$QData{"Class"}" with="100"><a href="$Env{"Baselink"}$QData{"KeyHyperlink"}">$QData{"Key"}</a></td>
  <!-- dtl:block:RecordViewLinkRowHyperlink -->
  <!-- dtl:block:RecordViewLinkRowColumn -->
            <td class="$QData{"Class"}">$QData{"Content"}</td>
  <!-- dtl:block:RecordViewLinkRowColumn -->
          </tr>
  <!-- dtl:block:RecordViewLinkRow -->
--- 172,194 ----
            <td class="contenthead">$QData{"Content"}</td>
  <!-- dtl:block:RecordViewLinkColumn -->
+           <td class="contenthead" width="7%">
+             <center>
+             $Text{"Delete"}
+             </center>
+           </td>
          </tr>
  <!-- dtl:block:RecordViewLinkRow -->
          <tr class="contentbody">
  <!-- dtl:block:RecordViewLinkRowHyperlink -->
!           <td class="$QData{"Class"}"><a href="$Env{"Baselink"}$QData{"KeyHyperlink"}">$QData{"Key"}</a></td>
  <!-- dtl:block:RecordViewLinkRowHyperlink -->
  <!-- dtl:block:RecordViewLinkRowColumn -->
            <td class="$QData{"Class"}">$QData{"Content"}</td>
  <!-- dtl:block:RecordViewLinkRowColumn -->
+           <td class="$QData{"Class"}">
+             <center>
+             <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordView&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}&LinkIDDelete=$QData{"LinkID"}">x</a>
+             </center>
+           </td>
          </tr>
  <!-- dtl:block:RecordViewLinkRow -->
***************
*** 217,232 ****
      </td>
    </tr>
! <!-- dtl:block:RecordEditLinkLink -->
    <tr>
      <td class="menu">
        <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordView&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}">
        $Text{"Back"}
-       </a> -
-       <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordLink&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}">
-       $Text{"Link"}
        </a>
      </td>
    </tr>
! <!-- dtl:block:RecordEditLinkLink -->
    <tr>
      <td class="mainbody" align="center">
--- 231,243 ----
      </td>
    </tr>
! <!-- dtl:block:RecordEditLinkBack -->
    <tr>
      <td class="menu">
        <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordView&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}">
        $Text{"Back"}
        </a>
      </td>
    </tr>
! <!-- dtl:block:RecordEditLinkBack -->
    <tr>
      <td class="mainbody" align="center">
***************
*** 297,338 ****
        </form>
  <!-- dtl:block:RecordEditData -->
- <!-- dtl:block:RecordEditLink -->
-       <br>
-       <table width="800" border="0" cellspacing="0" cellpadding="3">
-         <tr>
-           <td colspan="5">
-             <b><i>$Text{"Related"} $Text{"$QData{"LinkType"}"}s</i></b>
-           </td>
-         </tr>
-         <tr>
- <!-- dtl:block:RecordEditLinkColumn -->
-           <td class="contenthead">$QData{"Content"}</td>
- <!-- dtl:block:RecordEditLinkColumn -->
-           <td class="contenthead" width="7%">
-             <center>
-             $Text{"Delete"}
-             </center>
-           </td>
-         </tr>
- <!-- dtl:block:RecordEditLinkRow -->
-         <tr class="contentbody">
- <!-- dtl:block:RecordEditLinkRowHyperlink -->
-           <td class="$QData{"Class"}"><a href="$Env{"Baselink"}$QData{"KeyHyperlink"}">$QData{"Key"}</a></td>
- <!-- dtl:block:RecordEditLinkRowHyperlink -->
- <!-- dtl:block:RecordEditLinkRowColumn -->
-           <td class="$QData{"Class"}">$QData{"Content"}</td>
- <!-- dtl:block:RecordEditLinkRowColumn -->
-           <td class="$QData{"Class"}">
-             <center>
-             <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordEdit&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}&LinkIDDelete=$QData{"LinkID"}">x</a>
-             </center>
-           </td>
-         </tr>
- <!-- dtl:block:RecordEditLinkRow -->
-         <tr>
-           <td colspan="6" class="contentfooter">&nbsp;</td>
-         </tr>
-       </table>
- <!-- dtl:block:RecordEditLink -->
        <br>
      </td>
--- 308,311 ----
***************
*** 438,442 ****
    <tr>
      <td class="menu">
!       <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordEdit&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}">
        $Text{"Back"}
        </a>
--- 411,415 ----
    <tr>
      <td class="menu">
!       <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=RecordView&ConfigItem=$QData{"ConfigItem"}&RecordID=$QData{"RecordID"}">
        $Text{"Back"}
        </a>



More information about the cvs-log mailing list