Changeset 5791

Show
Ignore:
Timestamp:
06/12/08 08:39:24 (3 months ago)
Author:
uta
Message:

2008/06/12 sync

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • rubricks_core/trunk/components/system/account/_user_show_print_content.rhtml

    r5781 r5791  
    11<table id="rubricks_user_detail" class="rubricks_general_table"> 
     2  <tr class="table_dummy"> 
     3    <td style="width:20%;"></td> 
     4    <td style="width:60%;"></td> 
     5    <td style="width:150px;"></td> 
     6  </tr> 
    27  <tr class="rubricks_general_table_even"> 
    3     <td style="width:20%;"><%= hl('[_Common_UserId]') %></td> 
     8    <td><%= hl('[_Common_UserId]') %></td> 
    49    <td><div class="overflow_auto"><%= render_user_status(@ru) %><%= hl(@ru.login_name) %></div></td> 
    5     <td style="width:130px;" rowspan="5"> 
     10    <td rowspan="5"> 
    611      <div> 
    712        <%= user_image_tag(@ru) %> 
  • rubricks_core/trunk/components/system/languages/chinese.rb

    r5758 r5791  
    3636      '_System_Account_PasswordChangedSubject'                      => '[%s] 密码修改完毕的通知', 
    3737      '_System_Account_Register'                                    => '泚册垐号', 
    38       '_System_Account_ReissueMail'                                 => '邮箱地址', 
     38      '_System_Account_ReissueMail'                                 => '邮箱地址', 
    3939      '_System_Account_ReissuePassword'                             => '忘记密码', 
    4040      '_System_Account_ReissuePasswordSubject'                      => '[%s] 重讟密码通知', 
     
    388388      '_System_AdminUser_UserCsvFormat14'                           => '第14列管理倇忘圕', 
    389389      '_System_AdminUser_UserCsvFormat15'                           => '第15列[å¿ 
    390 é¡»]甚户的有效/无效(true:有效 false无效)', 
     390é¡»]甚户的有效/无效(true有效 false无效)', 
    391391      '_System_AdminUser_UserCsvHeader01'                           => '[å¿ 
    392392é¡»]甚户ID', 
     
    421421      '_System_Approval_NotContents'                                => '没有星瀺冠
    422422容。', 
    423       '_System_Attachment_FileUpload'                               => '最倧可以䞊䌠10M字节的文件。', 
    424       '_System_Attachment_ImageUpload'                              => '最倧可以䞊䌠10M字节的GIF/PNG/JPEG文件。', 
     423      '_System_Attachment_FileUpload1'                              => '请选择芁䞊䌠的附件。', 
     424      '_System_Attachment_FileUpload2'                              => '可以䞊䌠最倧10M字节的文件。', 
     425      '_System_Attachment_ImageUpload1'                             => '请选择芁䞊䌠的囟片。', 
     426      '_System_Attachment_ImageUpload2'                             => '可以䞊䌠最倧10M字节的囟片(GIF/JPEG/PNG)。', 
    425427      '_System_Attachment_UploadError'                              => '䞊䌠倱莥。文件䞍正确。', 
    426428      '_System_Attachment_UploadErrorByUnfocus'                     => '䞊䌠倱莥。䞊䌠时请䞍芁把焊点移出匹出对话框。', 
     
    431433批准的冠
    432434容', 
     435      '_System_Calendar_FinishDateTime'                             => '结束时闎', 
     436      '_System_Calendar_Title'                                      => '标题', 
     437      '_System_Calendar_List'                                       => '列衚', 
     438      '_System_Calendar_NoData'                                     => '没有登圕的日皋。', 
    433439      '_System_Calendar_TitleCalendar'                              => '日历', 
    434440      '_System_Calendar_TitleHoliday'                               => '节假日讟眮', 
     441      '_System_Calendar_StartDateTime'                              => '匀始时闎', 
    435442      '_System_Calendar_WeekendHide'                                => '䞍星瀺呚å 
    436443­æ—¥', 
     
    522529      '_System_Search_Title'                                        => '检玢', 
    523530      '_System_ThemeChanger_Confirm'                                => '切换成[%s]皮肀䞻题。正圚猖蟑的数据可胜䌚䞢倱。', 
    524       '_System_User_ImageDescription1'                              => '甚户倎像星瀺䞺高130px、宜130px。', 
    525       '_System_User_ImageDescription2'                              => '可以䞊䌠最倧60KB的GIF/JPG/PNG囟片。', 
     531      '_System_User_ImageDescription1'                              => '请指定甚户倎像。', 
     532      '_System_User_ImageDescription2'                              => '可以䞊䌠最倧60K字节的囟片(GIF/JPEG/PNG)。', 
     533      '_System_User_ImageDescription3'                              => '囟片按ç 
     534§é«˜130px、宜130px星瀺。', 
    526535      '_System_User_ImageWindow'                                    => '甚户倎像', 
    527536      '_System_User_MessageUserLimitMultiple'                       => '最倚可以指定%d䞪甚户。', 
  • rubricks_core/trunk/components/system/menu/_index_style.rhtml

    r5137 r5791  
    11<style type="text/css"> 
     2  div.rubricks_menu_frame { 
     3    margin-left:                  <%= (firefox3? || safari?) ? 35 : 0 %>px; 
     4  } 
    25  table.rubricks_menu_list { 
    36    border:                       none; 
  • rubricks_core/trunk/components/system/menu/index.rhtml

    r5150 r5791  
    44  <div id="rubricks_menu_left_button" class="rubricks_menu_left_inactive swap" onmouseover="rubricks.common.menu.slide('left');" onmouseout="rubricks.common.menu.stop();"></div> 
    55  <div class="rubricks_menu_center"> 
    6     <div id="menu_frame"
     6    <div id="menu_frame" class="rubricks_menu_frame"
    77      <%= render_menu %> 
    88    </div> 
  • rubricks_core/trunk/components/system/user/user_select.rhtml

    r5758 r5791  
    3636          ); 
    3737        } 
     38        SpinelzUtil._redrawForIE('rubricks_all_division'); 
    3839        this.callbacks.after_add(); 
    3940      }, 
     
    5152        var el_select = $("<%= hl(@options[:prefix]) %>selected"); 
    5253        $A(el_select).each(function(el) {if(el.selected) {el_select.removeChild(el);}}); 
     54        SpinelzUtil._redrawForIE('rubricks_all_division'); 
    5355        this.callbacks.after_remove(); 
    5456      }, 
  • rubricks_core/trunk/components/system/user_management/_user_show_print_content.rhtml

    r5781 r5791  
    11<table id="rubricks_user_detail" class="rubricks_general_table"> 
     2  <tr class="table_dummy"> 
     3    <td style="width:20%;"></td> 
     4    <td style="width:60%;"></td> 
     5    <td style="width:150px;"></td> 
     6  </tr> 
    27  <tr class="rubricks_general_table_even"> 
    3     <td style="width:20%;"><%= hl('[_Common_UserId]') %></td> 
     8    <td><%= hl('[_Common_UserId]') %></td> 
    49    <td><div class="overflow_auto"><%= render_user_status(@ru) %><%= hl(@ru.login_name) %></div></td> 
    5     <td style="width:130px;" rowspan="5"> 
     10    <td rowspan="5"> 
    611      <div> 
    712        <%= user_image_tag(@ru) %> 
  • rubricks_core/trunk/components/system/user_management/main.rhtml

    r5781 r5791  
    11<script type="text/javascript"> 
    2   rubricks.common.Validator.clear(); 
    32  Object.extend(rubricks.system.admin_user.variables, { 
    43    ajax_history_hash:              null,