diff options
| -rw-r--r-- | gallery_views/simple_list/fisheye_simple_list_inc.tpl | 6 | ||||
| -rw-r--r-- | templates/edit_collection.tpl | 13 | ||||
| -rw-r--r-- | templates/gallery_nav.tpl | 2 | ||||
| -rw-r--r-- | templates/view_gallery_images_inc.tpl | 6 |
4 files changed, 7 insertions, 20 deletions
diff --git a/gallery_views/simple_list/fisheye_simple_list_inc.tpl b/gallery_views/simple_list/fisheye_simple_list_inc.tpl index d56ed07..54c5695 100644 --- a/gallery_views/simple_list/fisheye_simple_list_inc.tpl +++ b/gallery_views/simple_list/fisheye_simple_list_inc.tpl @@ -6,11 +6,11 @@ <th style="width:1%"></th> {/if} <th style="width:60%"> - {smartlink ititle=Name isort=title icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Name isort=title icontrol=$galInfo} </th> {if $gBitSystem->isFeatureActive( 'fisheye_item_list_date' ) || $gBitSystem->isFeatureActive( 'fisheye_item_list_creator' )} <th style="width:10%"> - {smartlink ititle=Uploaded isort=created iorder=desc idefault=1 icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Uploaded isort=created iorder=desc idefault=1 icontrol=$galInfo} </th> {/if} {if $gBitSystem->isFeatureActive( 'fisheye_item_list_size' )} @@ -18,7 +18,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'fisheye_item_list_hits' )} <th style="width:10%"> - {smartlink ititle=Downloads isort="lch.hits" icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Downloads isort="lch.hits" icontrol=$galInfo} </th> {/if} <th style="width:20%">{tr}Actions{/tr}</th> diff --git a/templates/edit_collection.tpl b/templates/edit_collection.tpl deleted file mode 100644 index e85d76a..0000000 --- a/templates/edit_collection.tpl +++ /dev/null @@ -1,13 +0,0 @@ -<div class="floaticon">{bithelp}</div> - -<div class="admin structure"> - <div class="header"> - <h1>{tr}Edit {$gLibertySystem->getContentTypeName(gStructure->mInfo.content_type_guid)}{/tr}</h1> - </div> - - <div class="body"> - - {include file="bitpackage:liberty/edit_structure.tpl"} - - </div><!-- end .body --> -</div><!-- end .admin --> diff --git a/templates/gallery_nav.tpl b/templates/gallery_nav.tpl index ba26f7d..6afa8fb 100644 --- a/templates/gallery_nav.tpl +++ b/templates/gallery_nav.tpl @@ -48,5 +48,5 @@ {/if} <div class="clear"></div> - </div><!-- end .structure --> + </div><!-- end .gallerybar --> {/strip} diff --git a/templates/view_gallery_images_inc.tpl b/templates/view_gallery_images_inc.tpl index 67f8281..b23abfb 100644 --- a/templates/view_gallery_images_inc.tpl +++ b/templates/view_gallery_images_inc.tpl @@ -33,11 +33,11 @@ <th style="width:1%"></th> {/if} <th style="width:60%"> - {smartlink ititle=Name isort=title icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Name isort=title icontrol=$galInfo} </th> {if $gBitSystem->isFeatureActive( 'fisheye_item_list_date' ) || $gBitSystem->isFeatureActive( 'fisheye_item_list_creator' )} <th style="width:10%"> - {smartlink ititle=Uploaded isort=created iorder=desc idefault=1 icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Uploaded isort=created iorder=desc idefault=1 icontrol=$galInfo} </th> {/if} {if $gBitSystem->isFeatureActive( 'fisheye_item_list_size' )} @@ -45,7 +45,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'fisheye_item_list_hits' )} <th style="width:10%"> - {smartlink ititle=Downloads isort="lch.hits" icontrol=$galInfo structure_id=$gContent->mStructureId} + {smartlink ititle=Downloads isort="lch.hits" icontrol=$galInfo} </th> {/if} <th style="width:20%">{tr}Actions{/tr}</th> |
