Changeset 326 for server/trunk/web/root


Ignore:
Timestamp:
01/18/11 01:06:09 (13 years ago)
Author:
nanardon
Message:
  • add a link to register default distrubution in analyse
Location:
server/trunk/web/root/templates/html
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/templates/html/analysis/index.tt

    r257 r326  
    2121    [% INCLUDE 'ajax/forms/distribselect.tt' form = 'analysis_form' %] 
    2222    </span> 
     23 
    2324<input type="submit" name="analyse"> 
    2425</form> 
  • server/trunk/web/root/templates/html/rpms/analyse.html

    r277 r326  
    1111    [% INCLUDE 'ajax/forms/distribselect.tt' form = 'analysis_form' %] 
    1212    </span> 
     13 
    1314    <input type="submit" name="start"> 
     15    [% c.prototype.link_to_remote( '<img src="' _  
     16        c.uri_for('/static/images/openicons/32x32', 'page_text_check.png') _ 
     17        '" title="Set this choice as default" alt="Set" style="height: 1em">', { 
     18            url      => c.uri_for('/user/prefs/set_default_distrib'), 
     19            with     => "Form.serialize('analysis_form')", 
     20            }, { entities => '' }, ) %] 
    1421</form> 
    1522 
Note: See TracChangeset for help on using the changeset viewer.