![]() |
Sergey Kornilov admin 6/24/2007 |
Use "Align Right" button in Visual Editor. |
P
|
pjeaton 9/27/2007 |
Is there any way of doing this automatically during compilation for number fields? |
![]() |
Alexey admin 9/27/2007 |
Phillip, ##foreach Fields as @f filter bListPage order nListPageOrder## <td ##if IsNumberField(@f) && @f.strEditFormat!=EDIT_FORMAT_LOOKUP_WIZARD## align="right" ##endif##> {$row.##@i####@f.strName g##_value} </td> endfor |