File indexing completed on 2024-06-16 05:26:56

0001 <?php 
0002 /**
0003  *  ocs-webserver
0004  *
0005  *  Copyright 2016 by pling GmbH.
0006  *
0007  *    This file is part of ocs-webserver.
0008  *
0009  *    This program is free software: you can redistribute it and/or modify
0010  *    it under the terms of the GNU Affero General Public License as
0011  *    published by the Free Software Foundation, either version 3 of the
0012  *    License, or (at your option) any later version.
0013  *
0014  *    This program is distributed in the hope that it will be useful,
0015  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0017  *    GNU Affero General Public License for more details.
0018  *
0019  *    You should have received a copy of the GNU Affero General Public License
0020  *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
0021  **/
0022 ?>
0023 <br/><br/><br/>
0024 <div id="legendDiv">
0025     &nbsp;<strong>Button explanation:</strong><br/>
0026     <?php if (!$this->preview): ?>
0027         <div style='line-height: 22px; margin-bottom: 2px;margin-top: 3px; margin-left: 10px;'>
0028             <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0029                     class='ui-icon ui-icon-document' style='margin: 0 2px;'></span></div>
0030             &nbsp;Preview / Details
0031         </div>
0032     <?php endif; ?>
0033     <?php if ($this->date): ?>
0034         <div style='line-height: 22px; margin-bottom: 2px; margin-left: 10px;'>
0035             <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0036                     class='ui-icon ui-icon-calendar' style='margin: 0 2px;'></span></div>
0037             &nbsp;Enter new appointment
0038         </div>
0039     <?php endif; ?>
0040     <?php if ($this->image): ?>
0041         <div style='line-height: 22px; margin-bottom: 2px; margin-left: 10px;'>
0042             <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0043                     class='ui-icon ui-icon-image' style='margin: 0 2px;'></span></div>
0044             &nbsp;Gallery overview
0045         </div>
0046     <?php endif; ?>
0047     <div style='line-height: 22px; margin-bottom: 2px; margin-left: 10px;'>
0048         <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0049                 class='ui-icon ui-icon-pencil' style='margin: 0 2px;'></span></div>
0050         &nbsp;Edit
0051     </div>
0052     <div style='line-height: 22px; margin-bottom: 2px;margin-left: 10px;'>
0053         <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0054                 class='ui-icon ui-icon-check' style='margin: 0 2px;'></span></div>
0055         &nbsp;<?= ($this->todo) ? 'Erledigt' : 'Aktivieren'; ?>
0056     </div>
0057     <?php if (!$this->deactivate): ?>
0058         <div style='line-height: 22px; margin-bottom: 2px;margin-left: 10px;'>
0059             <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0060                     class='ui-icon ui-icon-cancel' style='margin: 0 2px;'></span></div>
0061             &nbsp;Disable
0062         </div>
0063     <?php endif; ?>
0064     <div style='line-height: 22px; margin-bottom: 2px;margin-left: 10px;'>
0065         <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0066                 class='ui-icon ui-icon-trash' style='margin: 0 2px;'></span></div>
0067         &nbsp;Delete
0068     </div>
0069     <?php if ($this->link): ?>
0070         <div style='line-height: 22px; margin-bottom: 2px;margin-left: 10px;'>
0071             <div class='ui-state-default ui-corner-all' style='width: 20px; height: 19px; float:left;'><span
0072                     class='ui-icon ui-icon-link' style='margin: 0 2px;'></span></div>
0073             &nbsp;List of links / Insert new link
0074         </div>
0075     <?php endif; ?>
0076 </div>