Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Update manage_collections.html #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions upload/styles/cb_28/layout/manage_collections.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>{lang code='manage_collections'}</h2>

{if $mode == "edit_collection"}
<div class="page-hidding" ><h3>{lang code='update_collection'}</h3>
<div class="pull-right" style="margin-top: -43px;"><a class="btn btn-primary " href="{$baseurl}/view_collection.php?cid={$smarty.get.cid}&type={$smarty.get.type}">{lang code="Back to Collection"}</a></div>
<div class="pull-right" style="margin-top: -43px;"><a class="btn btn-primary " href="{$baseurl}/view_collection.php?cid={$smarty.get.cid}&type={$smarty.get.type}">{lang code="back_to_collection"}</a></div>
</div>

<input type="hidden" value="{$c.collection_id}" name="collection_id" id="collection_id">
Expand Down Expand Up @@ -83,7 +83,7 @@ <h2>{lang code='manage_collections'}</h2>

{if $mode == "add_new"}
<div class="page-hidding"><h3>{lang code='add_new_collection'}</h3>
<div class="pull-right" style="margin-top: -43px;"><a class="btn btn-primary " href="{$baseurl}/collections.php">{lang code="Back to Collections"}</a></div>
<div class="pull-right" style="margin-top: -43px;"><a class="btn btn-primary " href="{$baseurl}/collections.php">{lang code="back_to_collection"}</a></div>
</div>
<div class="upload_info">
<div class="account_form">
Expand Down