Browse Source

Change update/vesta to update/hestia

Raphael Schneeberger 7 years ago
parent
commit
d2b49c6be8

+ 0 - 0
web/bulk/vesta/index.php → web/bulk/hestia/index.php


+ 1 - 1
web/templates/admin/list_backup.html

@@ -70,7 +70,7 @@
           <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
           <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
             <div class="actions-panel clearfix">
             <div class="actions-panel clearfix">
               <? if ($data[$key]['UPDATED'] == 'no') {
               <? if ($data[$key]['UPDATED'] == 'no') {
-                   echo '<div class="actions-panel__col actions-panel__update shortcut-u" key-action="href"><a href="/update/vesta/?pkg='.$key.'&token='.$_SESSION['token'].'">'.__('update').'<i></i></a><span class="shortcut">&nbsp;U</span></div>';
+                   echo '<div class="actions-panel__col actions-panel__update shortcut-u" key-action="href"><a href="/update/hestia/?pkg='.$key.'&token='.$_SESSION['token'].'">'.__('update').'<i></i></a><span class="shortcut">&nbsp;U</span></div>';
                  }
                  }
               ?>
               ?>
               <div class="actions-panel__col actions-panel__download shortcut-d" key-action="href"><a href="/download/backup/?backup=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__('download')?> <i></i></a><span class="shortcut">&nbsp;D</span></div>
               <div class="actions-panel__col actions-panel__download shortcut-d" key-action="href"><a href="/download/backup/?backup=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__('download')?> <i></i></a><span class="shortcut">&nbsp;D</span></div>

+ 2 - 2
web/templates/admin/list_updates.html

@@ -22,7 +22,7 @@
                 <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
                 <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
               </td>
               </td>
               <td>
               <td>
-                <form action="/bulk/vesta/" method="post" id="objects">
+                <form action="/bulk/hestia/" method="post" id="objects">
                 <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
                 <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
                 <div class="l-select">
                 <div class="l-select">
                   <select name="action" id="">
                   <select name="action" id="">
@@ -71,7 +71,7 @@
           <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
           <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
             <div class="actions-panel clearfix">
             <div class="actions-panel clearfix">
               <? if ($data[$key]['UPDATED'] == 'no') {
               <? if ($data[$key]['UPDATED'] == 'no') {
-                   echo '<div class="actions-panel__col actions-panel__update shortcut-u" key-action="href"><a href="/update/vesta/?pkg='.$key.'&token='.$_SESSION['token'].'">'.__('update').'<i></i></a><span class="shortcut">&nbsp;U</span></div>';
+                   echo '<div class="actions-panel__col actions-panel__update shortcut-u" key-action="href"><a href="/update/hestia/?pkg='.$key.'&token='.$_SESSION['token'].'">'.__('update').'<i></i></a><span class="shortcut">&nbsp;U</span></div>';
                  }
                  }
               ?>
               ?>
             </div>
             </div>