Changeset 1001:a6f660d85764 for inc/admin
- Timestamp:
- 11/13/12 13:25:48 (13 years ago)
- Branch:
- twig
- Location:
- inc/admin
- Files:
- 
          - 3 edited
 
 - 
          class.dc.adminpage.php (modified) (1 diff)
- 
          default-templates/form_layout.html.twig (modified) (1 diff)
- 
          default-templates/post.html.twig (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/admin/class.dc.adminpage.phpr992 r1001 181 181 ->jsLoad('js/jquery/jquery.biscuit.js') 182 182 ->jsLoad('js/jquery/jquery.bgFade.js') 183 ->jsLoad('js/jquery/jquery.constantfooter.js') 183 184 ->jsLoad('js/common.js') 184 185 ->jsLoad('js/prelude.js'); 
- 
        inc/admin/default-templates/form_layout.html.twigr993 r1001 8 8 {% endspaceless %} 9 9 {% endblock field_text %} 10 11 {% block field_submit %} 12 {% spaceless %} 13 {% set type = type|default('submit') %} 14 {{ block('field_input') }} 15 {% endspaceless %} 16 {% endblock field_submit %} 10 17 11 18 {% block field_textarea %} 
- 
        inc/admin/default-templates/post.html.twigr993 r1001 13 13 <p class="area" id="content-area">{{ form_field('post_content',{'rows':edit_size,'cols':5}) }}</p> 14 14 <p class="area" id="notes-area">{{ form_field('post_notes',{'rows':5,'cols':50}) }}</p> 15 <p>{{ form_field('save')}} {{form_field('delete',{'class':'delete'})}}</p> 15 16 </div> 16 17 </div> 17 18 </div> 18 19 <div id="entry-sidebar"> 19 <p>{{ form_field('cat_id' )}}</p>20 <p>{{ form_field('cat_id',{'class':'maximal'})}}</p> 20 21 <p>{{ form_field('post_status')}}</p> 21 22 <p>{{ form_field('post_dt')}}</p> … … 29 30 </div> 30 31 {% endblock %} 32 
Note: See TracChangeset
          for help on using the changeset viewer.
      