Changeset 36 for trunk/www/index.php
- Timestamp:
- Jun 15, 2009, 10:34:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r35 r36 166 166 foreach($Table->Values as $Index => $Value) 167 167 { 168 $Table->Values[$Index]['Actions'] = ''; 168 169 if($Value['Lock'] == 0) $Table->Values[$Index]['Actions'] = '<a href="?Action=BackupDownload&Id='.$Value['Id'].'">Stáhnout</a>'; 169 170 if(($Server->Server['Lock'] == 0) and ($Value['Lock'] == 0)) $Table->Values[$Index]['Actions'] .= ' <a href="?Action=BackupRestore&Id='.$Value['Id'].'">Obnovit</a>';
Note:
See TracChangeset
for help on using the changeset viewer.