- Timestamp:
- 2010/06/11 16:08:14 (16 years ago)
- bzr:base-revision:
- [email protected]
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/Smarty/templates/default/admin/order/edit.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Forder%2Fedit.tpl
data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php 15594@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fadmin%2Forder%2FLC_Page_Admin_Order_Edit.php- bzr:mapping-version:
- v4
- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 1965
- bzr:revprop:branch-nick:
- branches/version-2_4-dev
- bzr:root:
- branches/version-2_4-dev
- bzr:text-parents:
data/Smarty/templates/default/admin/order/edit.tpl [email protected]
data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php [email protected]- bzr:timestamp:
- 2010-06-11 16:08:10.091000080 +0900
- bzr:user-agent:
- bzr2.1.1+bzr-svn1.0.2
- svn:original-date:
- 2010-06-11T07:08:10.091000Z
- Location:
- branches/version-2_4-dev/data
- Files:
-
- 2 edited
-
Smarty/templates/default/admin/order/edit.tpl (modified) (1 diff)
-
class/pages/admin/order/LC_Page_Admin_Order_Edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4-dev/data/Smarty/templates/default/admin/order/edit.tpl
r18670 r18693 304 304 <tr class="fs12n"> 305 305 <td bgcolor="#f2f1ec" width="110">備考</td> 306 <td bgcolor="#ffffff" width="607" colspan="3"><!--{$arrForm.message |escape|nl2br}--></td>306 <td bgcolor="#ffffff" width="607" colspan="3"><!--{$arrForm.message.value|escape|nl2br}--></td> 307 307 </tr> 308 308 </table> -
branches/version-2_4-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r18683 r18693 412 412 $this->objFormParam->addParam("受注日", "create_date"); 413 413 $this->objFormParam->addParam("発送日", "commit_date"); 414 $this->objFormParam->addParam("備考", "message"); 414 415 $this->objFormParam->addParam("お届け日", "deliv_date"); 415 416 }
Note: See TracChangeset
for help on using the changeset viewer.
