mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-18 01:18:42 +00:00
fix tests
This commit is contained in:
parent
f6e20e5018
commit
a94a0f38b1
|
|
@ -6,13 +6,13 @@
|
||||||
<form>
|
<form>
|
||||||
<table class="layout">
|
<table class="layout">
|
||||||
<tr><td><label for="iTitle">Title</label>
|
<tr><td><label for="iTitle">Title</label>
|
||||||
<tr><td><input type="text" id="">
|
<tr><td><input type="text" id="" name="">
|
||||||
<tr><td><label for="iTitle">Description</label>
|
<tr><td><label for="iTitle">Description</label>
|
||||||
<tr><td><textarea></textarea>
|
<tr><td><textarea></textarea>
|
||||||
<tr><td><label for="iTitle">To</label>
|
<tr><td><label for="iTitle">To</label>
|
||||||
<tr><td><input type="text" id="">
|
<tr><td><input type="text" id="" name="">
|
||||||
<tr><td><label for="iTitle">Files</label>
|
<tr><td><label for="iTitle">Files</label>
|
||||||
<tr><td><input type="text" id="">
|
<tr><td><input type="text" id="" name="files">
|
||||||
<tr><td><button type="button" data-action='[
|
<tr><td><button type="button" data-action='[
|
||||||
{
|
{
|
||||||
"listener": "click", "action": [
|
"listener": "click", "action": [
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ $calendar = $this->getData('calendar');
|
||||||
<tr>
|
<tr>
|
||||||
<td><label>Layout</label>
|
<td><label>Layout</label>
|
||||||
<tr>
|
<tr>
|
||||||
<td><select>
|
<td><select name="layout">
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
</table>
|
</table>
|
||||||
|
|
@ -97,7 +97,7 @@ $calendar = $this->getData('calendar');
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<ul class="boxed">
|
<ul class="boxed">
|
||||||
<li><i class="fa fa-times warning"></i> <span class="check"><input type="checkbox" id="iDefault" checked><label for="iDefault">Default</label></span><i class="fa fa-cogs floatRight"></i>
|
<li><i class="fa fa-times warning"></i> <span class="check"><input name="cal-0" type="checkbox" id="iDefault" checked><label for="iDefault">Default</label></span><i class="fa fa-cogs floatRight"></i>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<button><i class="fa fa-calendar-plus-o"></i> <?= $this->getHtml('Add', '0', '0'); ?></button> <button><i class="fa fa-calendar-check-o"></i> <?= $this->getHtml('Create', '0', '0'); ?></button>
|
<button><i class="fa fa-calendar-plus-o"></i> <?= $this->getHtml('Add', '0', '0'); ?></button> <button><i class="fa fa-calendar-check-o"></i> <?= $this->getHtml('Create', '0', '0'); ?></button>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
// Modules/tests
|
// Modules/tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user