Show
Ignore:
Timestamp:
05/28/07 17:40:09 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1180366809 +0200
git-parent:

[251a74e8f478770c48d29c873e676ec79d3b7bd2]

git-author:
Christopher Jung <bktheg@web.de> 1180366809 +0200
Message:

Entwicklung Patch 7.09 begonnen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • templates/gtuzwischenlager.html

    r839a9f4 r3924571  
    1414        <br /> 
    1515        {if transferlist.backlink} 
    16                 <a class="back" href="./main.php?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zur&uuml;ck</a> 
     16                <a class="back" href="./ds?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zur&uuml;ck</a> 
    1717        {/endif} 
    1818{/endif} 
     
    3636                <tr> 
    3737                        <td class="noBorderX"> 
    38                                 <a href="./main.php?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 
     38                                <a href="./ds?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 
    3939                                        <span style="color:#C7C7C7;font-weight:normal">{list.user}</span> 
    4040                                </a> 
    4141                        </td> 
    4242                        <td class="noBorderX"> 
    43                                 <a href="./main.php?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 
     43                                <a href="./ds?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 
    4444                                        <span style="color:#C7C7C7;font-weight:normal">ansehen:  
    4545                                        <!-- BEGIN res.listitem --> 
     
    5252                        </td> 
    5353                        <td class="noBorderX"> 
    54                                 <a href="./main.php?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 
     54                                <a href="./ds?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 
    5555                                        <span style="color:#C7C7C7;font-weight:normal"> 
    5656                                        {if list.cargoreq.list} 
     
    9494                                <td class="noBorderX" colspan="2" align="center"> 
    9595                                        <br /> 
    96                                         <form action="./main.php" method="post"> 
     96                                        <form action="./ds" method="post"> 
    9797                                                {!form_create_hidden transportMissing, ship:$global.shipid, entry:$tradeentry.id} 
    9898                                                <input type="submit" value="Fehlende Bezahlung transferieren" /> 
     
    104104                                <td class="noBorderX" colspan="2" align="center"> 
    105105                                        <br /> 
    106                                         <form action="./main.php" method="post"> 
     106                                        <form action="./ds" method="post"> 
    107107                                                {!form_create_hidden transportOwn, ship:$global.shipid, entry:$tradeentry.id} 
    108108                                                <input type="submit" value="Waren abholen" /> 
     
    114114        {!table_end} 
    115115        <br /> 
    116         <a style="font-size:16px" class="back" href="./main.php?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zur&uuml;ck</a> 
     116        <a style="font-size:16px" class="back" href="./ds?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zur&uuml;ck</a> 
    117117{/endif}