Merge remote branch 'pm/master'
This commit is contained in:
@@ -219,7 +219,7 @@ class pmDynaform
|
||||
$cells = array();
|
||||
foreach ($json->columns as $column) {
|
||||
//data
|
||||
if ($column->type === "text" || $column->type === "textarea" || $column->type === "dropdown" || $column->type === "suggest" || $column->type === "datetime" || $column->type === "checkbox" || $column->type === "file" || $column->type === "link" || $value === "hidden") {
|
||||
if ($column->type === "text" || $column->type === "textarea" || $column->type === "dropdown" || $column->type === "suggest" || $column->type === "datetime" || $column->type === "checkbox" || $column->type === "file" || $column->type === "link" || $column->type === "hidden") {
|
||||
array_push($cells, array(
|
||||
"value" => isset($row[$column->name]) ? $row[$column->name] : "",
|
||||
"label" => isset($row[$column->name . "_label"]) ? $row[$column->name . "_label"] : (isset($row[$column->name]) ? $row[$column->name] : "")
|
||||
|
||||
@@ -151,12 +151,16 @@
|
||||
<a href="#" class="btn_create mafe-menu-databaseconnections-create"><span></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="mafe-menu-permissions"></a>
|
||||
<a href="#" class="btn_create mafe-menu-permissions-create"><span></span></a>
|
||||
<a href="#" class="mafe-menu-templates"></a>
|
||||
<a href="#" class="btn_create mafe-menu-templates-create"><span></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="mafe-menu-filemanager"></a>
|
||||
<a href="#" class="btn_create mafe-menu-filemanager-create"><span></span></a>
|
||||
<a href="#" class="mafe-menu-public"></a>
|
||||
<a href="#" class="btn_create mafe-menu-public-create"><span></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="mafe-menu-permissions"></a>
|
||||
<a href="#" class="btn_create mafe-menu-permissions-create"><span></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -164,5 +168,5 @@
|
||||
<div class="head"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user