[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/config config_element.thtml, 1.5, 1.6 configuration.thtml, 1.8, 1.9

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 27 04:02:17 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config
In directory qs1489.pair.com:/tmp/cvs-serv22742/public_html/layout/professional/admin/config

Modified Files:
	config_element.thtml configuration.thtml 
Log Message:
Moved hard-coded texts to the language files; a few minor changes for consistency


Index: config_element.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/config_element.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config_element.thtml	5 Jan 2008 17:32:16 -0000	1.5
--- config_element.thtml	27 Jan 2008 09:02:15 -0000	1.6
***************
*** 30,34 ****
  <!-- BEGIN unset-param -->
  <tr><td class="alignright">{display_name} {doc_link}</td>
! <td><a href="#" onclick="restore('{name}');">Restore</a></td>
  </tr>
  <!-- END unset-param -->
--- 30,34 ----
  <!-- BEGIN unset-param -->
  <tr><td class="alignright">{display_name} {doc_link}</td>
! <td><a href="#" onclick="restore('{name}');">{lang_restore}</a></td>
  </tr>
  <!-- END unset-param -->
***************
*** 51,55 ****
  <!-- BEGIN keyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="Add Element" class="add_ele_input" onclick="handleAdd(this, '{array_type}', '{arr_name}')"{xhtml}><input style="width: 65px"{xhtml}>
  </td></tr>
  <!-- END keyed-add-button -->
--- 51,55 ----
  <!-- BEGIN keyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="{lang_add_element}" class="add_ele_input" onclick="handleAdd(this, '{array_type}', '{arr_name}')"{xhtml}><input style="width: 65px"{xhtml}>
  </td></tr>
  <!-- END keyed-add-button -->
***************
*** 57,61 ****
  <!-- BEGIN unkeyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="Add Element" class="add_ele_input" onclick="handleAdd(this, '{array_type}', '{arr_name}')"{xhtml}>
  </td></tr>
  <!-- END unkeyed-add-button -->
--- 57,61 ----
  <!-- BEGIN unkeyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="{lang_add_element}" class="add_ele_input" onclick="handleAdd(this, '{array_type}', '{arr_name}')"{xhtml}>
  </td></tr>
  <!-- END unkeyed-add-button -->

Index: configuration.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/configuration.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configuration.thtml	13 Jan 2008 21:47:22 -0000	1.8
--- configuration.thtml	27 Jan 2008 09:02:15 -0000	1.9
***************
*** 6,10 ****
  </form>
  <div class="pluginInfo" style="display:{show_changeblock};margin-top:5px;margin-bottom:5px;padding-left:20px;border:1px solid #CCC; height: 120px;overflow: auto; min-height: 50px; max-height: 100px;">
!   Changes were successfully made to:
      {change_block}
  </div>
--- 6,10 ----
  </form>
  <div class="pluginInfo" style="display:{show_changeblock};margin-top:5px;margin-bottom:5px;padding-left:20px;border:1px solid #CCC; height: 120px;overflow: auto; min-height: 50px; max-height: 100px;">
!   {lang_changes_made}:
      {change_block}
  </div>
***************
*** 40,45 ****
  <input type="hidden" name="form_submit" value="true"{xhtml}>
  <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="Save Changes"{xhtml}>
! <input type="submit" name="form_reset" value="Reset Form"{xhtml}>
  </div>
! </form>
\ No newline at end of file
--- 40,45 ----
  <input type="hidden" name="form_submit" value="true"{xhtml}>
  <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="{lang_save_changes}"{xhtml}>
! <input type="submit" name="form_reset" value="{lang_reset_form}"{xhtml}>
  </div>
! </form>




More information about the geeklog-cvs mailing list