InDefero

Sign in or create your account | Project List | Help

InDefero Commit Details

Date:2009-06-29 22:10:32 (8 months 19 days ago)
Author:Loïc d'Anterroches
Commit:1815aaa90941c2259a8a251bad4117385fac63de
Message:Fixed to have a better workaround for Firefox not to break Safari.

Files: src/IDF/templates/idf/downloads/view.html (1 diff)
src/IDF/templates/idf/gadmin/projects/update.html (1 diff)
www/media/idf/css/style.css (1 diff)

Change Details

src/IDF/templates/idf/downloads/view.html
4949</tr>
5050<tr>
5151<td>&nbsp;</td>{aurl 'url', 'IDF_Views_Download::delete', array($project.shortname, $file.id)}
52<td><input type="submit" value="{trans 'Update File'}" name="submit" /> | <a href="{url 'IDF_Views_Download::index', array($project.shortname)}">{trans 'Cancel'}</a> <span class="dellink"><a href="{$url}" title="{trans 'Remove this file'}"><img src="{media '/idf/img/trash.png'}" style="vertical-align: text-bottom;" alt="{trans 'Trash'}" /></a> <a href="{$url}" title="{trans 'Remove this file'}">{trans 'Delete this file'}</a></span>
52<td>{* float left is a fix for Firefox < 3.5 *}
53<span style="float: left;"><input type="submit" value="{trans 'Update File'}" name="submit" /> | <a href="{url 'IDF_Views_Download::index', array($project.shortname)}">{trans 'Cancel'}</a></span> <span class="dellink"><a href="{$url}" title="{trans 'Remove this file'}"><img src="{media '/idf/img/trash.png'}" style="vertical-align: text-bottom;" alt="{trans 'Trash'}" /></a> <a href="{$url}" title="{trans 'Remove this file'}">{trans 'Delete this file'}</a></span>
5354</td>
5455</tr>
5556</table>
src/IDF/templates/idf/gadmin/projects/update.html
3535<tr>
3636<td>&nbsp;</td>
3737<td> {aurl 'url', 'IDF_Views_Admin::projectDelete', array($project.id)}
38<input type="submit" value="{trans 'Update Project'}" name="submit" />
39| <a href="{url 'IDF_Views_Admin::projects'}">{trans 'Cancel'}</a> {if $isAdmin}
38{* float left is a fix for Firefox < 3.5 *}
39<span style="float: left;"><input type="submit" value="{trans 'Update Project'}" name="submit" />
40| <a href="{url 'IDF_Views_Admin::projects'}">{trans 'Cancel'}</a></span> {if $isAdmin}
4041 <span class="dellink"><a href="{$url}" title="{trans 'Delete this project'}"><img src="{media '/idf/img/trash.png'}" style="vertical-align: text-bottom;" alt="{trans 'Trash'}" /></a> <a href="{$url}" title="{trans 'Delete this project'}">{trans 'Delete this project'}</a><br /><span class="note helptext">{trans 'You will be ask to confirm.'}</span></span>{/if}
4142</td>
4243</tr>
www/media/idf/css/style.css
5454.dellink {
5555  float: right;
5656  position: relative;
57  margin-top: -1.6em;
5857}
5958
6059.dellink a {

Archive Download the corresponding diff file

Branches:
dev
master
newdiff
svn