Change Details
| src/IDF/templates/idf/downloads/view.html |
| 49 | 49 | </tr> |
| 50 | 50 | <tr> |
| 51 | 51 | <td> </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> |
| 53 | 54 | </td> |
| 54 | 55 | </tr> |
| 55 | 56 | </table> |
| src/IDF/templates/idf/gadmin/projects/update.html |
| 35 | 35 | <tr> |
| 36 | 36 | <td> </td> |
| 37 | 37 | <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} |
| 40 | 41 | <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} |
| 41 | 42 | </td> |
| 42 | 43 | </tr> |
| www/media/idf/css/style.css |
| 54 | 54 | .dellink { |
| 55 | 55 | float: right; |
| 56 | 56 | position: relative; |
| 57 | | margin-top: -1.6em; |
| 58 | 57 | } |
| 59 | 58 | |
| 60 | 59 | .dellink a { |
Download the corresponding diff file