* zin: rename historyRecord to history
This commit is contained in:
@@ -26,6 +26,6 @@ form
|
||||
|
||||
h::hr(setClass('my-5'));
|
||||
|
||||
historyRecord();
|
||||
history();
|
||||
|
||||
render('modalDialog');
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace zin;
|
||||
|
||||
historyRecord
|
||||
history
|
||||
(
|
||||
set::actions($actions),
|
||||
set::users($users),
|
||||
|
||||
+1
-1
@@ -77,4 +77,4 @@ function searchForm() {return createWg('searchForm', func_get_args());}
|
||||
function searchToggle(){return createWg('searchToggle', func_get_args());}
|
||||
function programMenu() {return createWg('programMenu', func_get_args());}
|
||||
function moduleMenu() {return createWg('moduleMenu', func_get_args());}
|
||||
function historyRecord() {return createWg('historyRecord', func_get_args());}
|
||||
function history() {return createWg('history', func_get_args());}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace zin;
|
||||
|
||||
class historyRecord extends wg
|
||||
class history extends wg
|
||||
{
|
||||
protected static $defineProps = [
|
||||
'actions?:array',
|
||||
Reference in New Issue
Block a user