diff --git a/NEWS b/NEWS index c6612b8..589346e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 2.0.0 2007-?-? == NEWS == == ChangeLog == + * #86: remove/edit variable in admin page * fixed #56: xcache_set segfaults when xcache.var_size=0 ======== diff --git a/admin/common-zh-simplified-utf-8.lang.php b/admin/common-zh-simplified-utf-8.lang.php index 354e1d0..782f760 100644 --- a/admin/common-zh-simplified-utf-8.lang.php +++ b/admin/common-zh-simplified-utf-8.lang.php @@ -96,10 +96,10 @@ $strings = array( => '位置', 'Module Info' => '模块信息', - '' - => '', - '' - => '', + 'Remove Selected' + => '删除所选', + 'Editing Variable %s' + => '正在编辑变量 %s', '' => '', ); diff --git a/admin/common-zh-traditional-utf-8.lang.php b/admin/common-zh-traditional-utf-8.lang.php index 760885b..9e254a0 100644 --- a/admin/common-zh-traditional-utf-8.lang.php +++ b/admin/common-zh-traditional-utf-8.lang.php @@ -96,10 +96,10 @@ $strings = array( => '位置', 'Module Info' => '組元訊息', - '' - => '', - '' - => '', + 'Remove Selected' + => '移除所选', + 'Editing Variable %s' + => '正在编辑变量 %s', '' => '', ); diff --git a/admin/edit.php b/admin/edit.php new file mode 100644 index 0000000..1a89f47 --- /dev/null +++ b/admin/edit.php @@ -0,0 +1,25 @@ + diff --git a/admin/edit.tpl.php b/admin/edit.tpl.php new file mode 100644 index 0000000..b6a2ee0 --- /dev/null +++ b/admin/edit.tpl.php @@ -0,0 +1,13 @@ + + +
+ diff --git a/admin/footer.tpl.php b/admin/footer.tpl.php new file mode 100644 index 0000000..858142e --- /dev/null +++ b/admin/footer.tpl.php @@ -0,0 +1,9 @@ +