Jump to content

Accidently Deleted "Save" Button


Galwyn

Recommended Posts

well i was editting some codes, and i realized that i accidently deleted "save" button at category edit panel(Admin page). i editted many pages, do you know which file includes this code(i have the code but don't know where to put)

save.png

Link to comment
Share on other sites

In the admin template files, most ***.index.php files have, near the bottom:

  {include file='templates/element.hook_form_content.php'}
  
  <div class="form_control">
	<input type="hidden" name="previous-tab" id="previous-tab" value="">
	<input type="submit" id="cat_save" value="{$LANG.common.save}" class="button">
  </div>
  <input type="hidden" name="token" value="{$SESSION_TOKEN}">

It is the <div class="form_control"> ... </div> block that has the Save button.

The *** is 'category', 'customers', 'products', etc.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...