Ignore:
Timestamp:
24 Jun 2014, 15:35:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove unused rowadd javascript function.

Location:
main/kofacustom.sampleuni/trunk/layout
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.sampleuni/trunk/layout/theme.html

    r11706 r11723  
    335335            </div>
    336336            <div>...content that spans the whole page.</div>
    337             <br><br>
    338             <div id="#sampleform">
    339               <form method="post">
    340                 <fieldset id="form-fieldset">
    341                   <legend>A Sample Form</legend>
    342                   <div class="form-group variable-form">
    343                     <label>Some Label</label>
    344                     <input type="text" class="textType"
    345                            name="myinput[]" placeholder="A name..." />
    346                   </div>
    347                   <div type="submit" class="btn rowadd btn-default">
    348                     Add row
    349                   </div>
    350                   <div type="submit" class="btn btn-primary">Save</div>
    351                 </fieldset>
    352               </form>
    353             </div> <!-- /sampleform -->
    354337            <br><br>
    355338            <h3>A Sample Data Table</h3>
     
    548531    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    549532    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    550     <script src="static/js/kofa-button-rowadd.js"></script>
    551533    <script src="static/js/kofa-toggleall.js"></script>
    552534    <script src="static/js/kofa-scroll.js"></script>
Note: See TracChangeset for help on using the changeset viewer.