PHP Classes

File: SmallServerAdmin/sites/dialogs/confirmToDeleteFolder.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/sites/dialogs/confirmToDeleteFolder.php   Download  
File: SmallServerAdmin/sites/dialogs/confirmToDeleteFolder.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 712 bytes
 

Contents

Class file image Download
<div id="confirmToDeleteFolder" class="modal" role="dialog" data-not-restore="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
        <h3>${Confirm}</h3>
      </div>
      <div class="modal-body">
        ${Are you sure you want to delete the} <strong>{{SelectedFolderToDelete.Path}}</strong>?
      </div>
      <div class="modal-footer">
        <button class="btn btn-danger" ng-click="DeleteFolder()">${Delete}</button>
        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">${Cancel}</button>
      </div>
    </div>
  </div>
</div>