Changeset a7be1a17914010579dd11191ba7dca4c5ba2ba21 in indico


Ignore:
Timestamp:
01/11/12 16:41:58 (4 months ago)
Author:
Alberto Resco Perez <alberto.resco.perez@…>
Children:
a749c25d5fae9ffc0b991d488d9abc5c0aabb7de
Parents:
51997f2da3d92b564e74d3074bab990b6fb77a0e
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (01/11/12 16:41:58)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (02/02/12 15:18:24)
Message:

[FIX] Modify button general settings fix place

  • Change the value to "Edit all" and moved down.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/EventModifMainData.tpl

    rd9e5b0 ra7be1a  
    4949        <span id="inPlaceEditTitle">${title }</span> 
    5050    </td> 
    51     <td rowspan="${numRows}" style="vertical-align: bottom;"> 
    52         <form action=${ dataModificationURL } method="post"> 
    53             <input type="submit" class="btn" value="modify"/> 
    54         </form> 
    55     </td> 
    5651</tr> 
    5752<tr> 
     
    170165</tr> 
    171166 
     167<tr> 
     168    <td></td> 
     169    <td style="vertical-align: bottom;text-align:right"> 
     170        <form action=${ dataModificationURL } method="post"> 
     171            <input type="submit" class="btn" value="${_('Edit all')}"/> 
     172        </form> 
     173    </td> 
     174</tr> 
    172175 
    173176<tr> 
Note: See TracChangeset for help on using the changeset viewer.