allura
Revision | 7bdfdeae3cb7cbfede30c047ebe73dd156690a87 (tree) |
---|---|
Zeit | 2010-06-09 23:53:03 |
Autor | Wolf <wolf@geek...> |
Commiter | Wolf |
fix a mismerge that deleted "Show Downloads Button?"
@@ -146,6 +146,12 @@ | ||
146 | 146 | </li> |
147 | 147 | <hr class="clear clearfix" /> |
148 | 148 | <li> |
149 | + <label for="show_download_button">Downloads:</label> | |
150 | + <input name="show_download_button" type="checkbox" | |
151 | + checked="${c.project.show_download_button and 'CHECKED' or None}"/> | |
152 | + </li> | |
153 | + <hr class="clear clearfix" /> | |
154 | + <li> | |
149 | 155 | <label> </label> |
150 | 156 | <input type="submit" value="Save" |
151 | 157 | class="ui-state-default ui-button ui-button-text"/> |