Changeset - d89dcde91fdb
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-07-31 18:48:12
marcin@python-works.com
removed td tag
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/admin/settings/settings.html
Show inline comments
 
@@ -40,13 +40,13 @@
 
		                ${_('destroy old data')}</span> </label>
 
		            </div>
 
		        </div>
 
			</div>
 
                            
 
            <div class="buttons">
 
            ${h.submit('rescan','rescan repositories',class_="ui-button ui-widget ui-state-default ui-corner-all")}</td>
 
            ${h.submit('rescan','rescan repositories',class_="ui-button ui-widget ui-state-default ui-corner-all")}
 
            </div>                                                          
 
        </div>
 
    </div>  
 
    ${h.end_form()}
 
     
 
    ${h.form(url('admin_setting', setting_id='global'),method='put')}
0 comments (0 inline, 0 general)