Changeset be5d6adc26d6738f6d86e3bf510beb1a116e221e

Show
Ignore:
Timestamp:
01/20/07 22:57:24 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1169330244 +0100
git-parent:

[9b3059db305bd163d450c0478f376aa4b8723711]

git-author:
Christopher Jung <bktheg@web.de> 1169330244 +0100
Message:

Ein paar if-bedingungen gefixt

Files:

Legend:

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

    r264cd5a rbe5d6ad  
    301301                                                        </script> 
    302302                                                         
    303                                                         {if ordner.flags.trash == 0
    304                                                                 {if ordner.flags.up == 0
     303                                                        {if ! ordner.flags.trash
     304                                                                {if ! ordner.flags.up
    305305                                                                        <input type="checkbox" name="ordner_{ordner.id}" value="{ordner.id}" /> 
    306306                                                                {/endif} 
     
    333333                                                                </a> 
    334334                                                        {/endif} 
    335                                                         {if ordner.flags.trash == 0
    336                                                                 {if ordner.flags.up == 0
     335                                                        {if ! ordner.flags.trash
     336                                                                {if ! ordner.flags.up
    337337                                                                        <a href="javascript:setRenameAction({ordner.id});" > 
    338338                                                                                <img style="border:0px" src="{URL}data/interface/pen.gif" alt="umbenennen" title="umbenennen" /> 
     
    348348                                        <tr id="inbox_pm{pm.id}_row"> 
    349349                                                <td class="noBorderX"> 
    350                                                         {if pm.trash == 0
     350                                                        {if ! pm.trash
    351351                                                                <input type="checkbox" name="pm_{pm.id}" value="{pm.id}" /> 
    352352                                                        {/endif} 
     
    375375                                                        <a href="javascript:showpm({pm.id});" ><img style="border:0px" src="{URL}data/interface/text.png" alt="lesen" /></a> 
    376376                                                        {!image_link_to interface/pen.gif, default, reply:$pm.id} 
    377                                                         {if pm.trash == 0
     377                                                        {if ! pm.trash
    378378                                                                {!image_link_to interface/delete.gif, delete, ordner:$ordner.parent, delete:$pm.id} 
    379379                                                        {else}