diff --git a/NEWS b/NEWS index b04d2ef..1d3ccda 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ * new: xcache.admin.enable_auth = On == 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 8a38eb0..dc5d93d 100644 --- a/admin/common-zh-simplified-utf-8.lang.php +++ b/admin/common-zh-simplified-utf-8.lang.php @@ -92,10 +92,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 aaa32ab..cbc7af4 100644 --- a/admin/common-zh-traditional-utf-8.lang.php +++ b/admin/common-zh-traditional-utf-8.lang.php @@ -92,10 +92,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 @@ +