Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git] / silverstripe-gsoc / cms / templates / Includes / AssetAdmin_right.ss
blob4f2ef40a236f6a51051f2581a2f91d44d8e35cb0
1 <!-- <div class="title"><div >Folder contents</div></div> -->
3 <div id="form_actions_right" class="ajaxActions">
4 </div>
6 <!--
7 <form class="actionparams" id="action_movemarked_options" style="display:none" action="admin/assets/movemarked">
8         <fieldset>
9         <input type="hidden" name="ID" />
10         <div class="field">
11                 <label class="left">Move files to</label>
12                 $ChooseFolderField
13         </div>
14         </fieldset>
15         
16         <p class="actions">
17                 <input type="submit" value="Move marked files" />
18         </p>
19 </form>
20 -->
22 <% if EditForm %>
23         $EditForm
24 <% else %>
25         <form id="Form_EditForm" action="admin/assets/?executeForm=EditForm" method="post" enctype="multipart/form-data">
26                 <h1>$ApplicationName</h1>
28                 <p>Welcome to $ApplicationName! Please choose a page from the left.</p>
29         </form>
30 <% end_if %>
32 <p id="statusMessage" style="visibility:hidden"></p>