diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-12-26 08:59:28 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-12-26 08:59:28 +0000 |
| commit | 4ee56358bc7cd65f8fe9b0f5cfa39d1f6c1b7a49 (patch) | |
| tree | 744b4fef87f85bbbc607a74da5dd7a86d1ae5a88 /templates | |
| parent | 97628905df259433220f551a1e9388f42d254b23 (diff) | |
| download | liberty-4ee56358bc7cd65f8fe9b0f5cfa39d1f6c1b7a49.tar.gz liberty-4ee56358bc7cd65f8fe9b0f5cfa39d1f6c1b7a49.tar.bz2 liberty-4ee56358bc7cd65f8fe9b0f5cfa39d1f6c1b7a49.zip | |
fix colspan and only display tr when needed
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_storage_list.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index 180a6e0..82f8ef0 100644 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -14,17 +14,17 @@ <th scope="col" class="width30p" title="{tr}Actions{/tr}">{tr}Actions{/tr}</th> </tr> - <tr> - <td></td><td></td> - {if $uploadTab} + {if $uploadTab} + <tr> + <td colspan="3"> </td> <td class="actionicon"> <label> {tr}No {$primary_label|default:"Primary"}{/tr}: <input type="radio" name="liberty_attachments[primary]" value="none" {if empty($gContent->mInfo[primary])}checked="checked"{/if} /> </label> </td> - {/if} - </tr> + </tr> + {/if} {foreach from=$gContent->mStorage item=storage key=attachmentId name=atts} <tr class="{cycle values="odd,even"}"> |
