cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: jparsons@sourceware.org <jparsons@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/cluster index_html form-macros
Date: 25 Sep 2006 16:31:29 -0000	[thread overview]
Message-ID: <20060925163129.10227.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-09-25 16:31:28

Modified files:
	luci/cluster   : index_html form-macros 

Log message:
	minor script name change

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.68&r2=1.69

--- conga/luci/cluster/index_html	2006/09/25 16:25:57	1.13
+++ conga/luci/cluster/index_html	2006/09/25 16:31:28	1.14
@@ -95,7 +95,7 @@
         return false;
         }
 
-      function swap_div(container_id, element_id) {
+      function swap_fence_div(container_id, element_id) {
         container_element = document.getElementById(container_id)
         if (!container_element) {
           alert('Can\'t find element with id = ' + container_id);
--- conga/luci/cluster/form-macros	2006/09/25 15:59:21	1.68
+++ conga/luci/cluster/form-macros	2006/09/25 16:31:28	1.69
@@ -829,7 +829,7 @@
 			<td class="cluster node fence_main">
 				<strong class="cluster node">Main Fencing Method</strong>
         <form name="main_fence_form">
-         <select name="select_div" onChange="swap_div('container'), main_fence_form.select_div.options[filler.select_div.selectedIndex].value);">
+         <select name="select_div" onChange="swap_fence_div('container'), main_fence_form.select_div.options[filler.select_div.selectedIndex].value);">
           <option name="fence_apc" value="fence_apc">APC Power Switch</option>
           <option name="fence_wti" value="fence_wti">WTI Power Switch</option>
           <option name="fence_ilo" value="fence_ilo">HP iLO</option>
@@ -903,7 +903,7 @@
 			<td class="cluster node fence_backup">
 				<strong class="cluster node">Backup Fencing Method</strong>
         <form name="backup_fence_form">
-         <select name="select_div" onChange="swap_div('container'), backup_fence_form.select_div.options[backup_fence_form.select_div.selectedIndex].value);">
+         <select name="select_div" onChange="swap_fence_div('container'), backup_fence_form.select_div.options[backup_fence_form.select_div.selectedIndex].value);">
           <option name="fence_apc_b" value="fence_apc_b">APC Power Switch</option>
           <option name="fence_wti_b" value="fence_wti_b">WTI Power Switch</option>
           <option name="fence_ilo_b" value="fence_ilo_b">HP iLO</option>



             reply	other threads:[~2006-09-25 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-25 16:31 jparsons [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-03 18:45 [Cluster-devel] conga/luci/cluster index_html form-macros jparsons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060925163129.10227.qmail@sourceware.org \
    --to=jparsons@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).