OSDN Git Service

一覧のID表示・作成者表示の微修正
[trpgtools-onweb/cake-frame.git] / app / plugins / links / views / elements / link_sort_header.ctp
index 03d7270..f2891c5 100644 (file)
@@ -26,7 +26,8 @@ $header .= $this->Html->tag('span',
 if (!$isSimple) {
        $header .= '<span class="linkSort">'. __('Sort', true). ' : ';
        $header .= $this->PaginatorEx->sortAllow(__('Title', true), 'title', $pagenator_options);
-       $header .= $this->PaginatorEx->sortAllow(__('Owner', true), 'user_id', $pagenator_options);
+       $header .= $this->PaginatorEx->sortAllow(__('Author', true), 'user_id', $pagenator_options);
+       $header .= $this->PaginatorEx->sortAllow(__('Id', true), 'id', $pagenator_options);
        $header .= $this->PaginatorEx->sortAllow(__('Modified', true), 'modified', $pagenator_options);
 $header .= '</span>';
 }