Ignore:
Timestamp:
Jul 21, 2013, 2:13:42 PM (11 years ago)
Author:
mistic100
Message:

"Add banner" in album page make the user redirected to the same page after cropping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/header_manager/admin/template/add.tpl

    r18711 r24010  
    3838{/footer_script}
    3939
    40 <form method="post" action="">
     40<form method="post" action="{$F_ACTION}">
    4141<fieldset>
    4242  <legend>{'Crop banner image'|@translate}</legend>
     
    8181{/literal}{/footer_script}
    8282
    83 <form method="post" action="" ENCTYPE="multipart/form-data">
     83<form method="post" action="{$F_ACTION}" ENCTYPE="multipart/form-data">
    8484  <fieldset>
    8585    <legend>{'Default banner size'|@translate}</legend>
     
    8787    <label>
    8888      {'Width'|@translate}:
    89       <input type="text" name="width" size="4" value="{$BANNER_WIDTH}">px
     89      <input type="text" name="width" size="4" value="{$BANNER_WIDTH}"> px
    9090    </label>
    9191    <br>
     
    9393    <label>
    9494      {'Height'|@translate}:
    95       <input type="text" name="height" size="4" value="{$BANNER_HEIGHT}">px
     95      <input type="text" name="height" size="4" value="{$BANNER_HEIGHT}"> px
    9696    </label>
    9797    <br>
     
    115115    <b>{'or choose a picture from the gallery'|@translate}</b>
    116116    <blockquote>
    117       {'Picture id.'|@translate} <a class="showInfo" title="{'The numeric identifier can be found on the picture edition page, near the thumbnail.'|@translate}">i</a>
     117      {'Picture id.'|@translate} <a class="icon-info-circled-1 showInfo" title="{'The numeric identifier can be found on the picture edition page, near the thumbnail.'|@translate}"></a>
    118118      <input type="text" name="picture_id" size="5">
    119119      <input type="submit" name="upload_gallery_image" value="{'Use'|@translate}" class="submit">
Note: See TracChangeset for help on using the changeset viewer.