[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/config configuration.thtml, 1.1, 1.2

Oliver ospiess at qs1489.pair.com
Thu Oct 11 23:32:04 EDT 2007


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

Modified Files:
	configuration.thtml 
Log Message:
remove xhtml & tabs

Index: configuration.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/configuration.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configuration.thtml	29 Aug 2007 03:25:12 -0000	1.1
--- configuration.thtml	12 Oct 2007 03:32:02 -0000	1.2
***************
*** 35,42 ****
    deleteButton.type = "button";
    deleteButton.value = "x";
!   deleteButton.onclick = 
! 	function(){
! 		remove(this)
! 	};
    paramCell.appendChild(deleteButton);
   }
--- 35,42 ----
    deleteButton.type = "button";
    deleteButton.value = "x";
!   deleteButton.onclick =
!     function(){
!         remove(this)
!     };
    paramCell.appendChild(deleteButton);
   }
***************
*** 58,64 ****
    arrLink = document.createElement("input");
    arrLink.type = "button";
!   arrLink.onclick = 
!      function(){ 
!       hide_show_tbl(selectChildByID(this.parentNode, 'arr_table'), this); 
       };
    arrLink.value = "+";
--- 58,64 ----
    arrLink = document.createElement("input");
    arrLink.type = "button";
!   arrLink.onclick =
!      function(){
!       hide_show_tbl(selectChildByID(this.parentNode, 'arr_table'), this);
       };
    arrLink.value = "+";
***************
*** 78,84 ****
     deleteButton.value = "x";
     deleteButton.onclick = function(){
! 	remove(this);
! 	};
!    arrayCell.appendChild(deleteButton);   
    }
  
--- 78,84 ----
     deleteButton.value = "x";
     deleteButton.onclick = function(){
!     remove(this);
!     };
!    arrayCell.appendChild(deleteButton);
    }
  
***************
*** 86,90 ****
    arrTable.style.display = "none";
    arrTable.id = "arr_table";
!  
  
    add_ele_cell = arrTable.insertRow(0).insertCell(0);
--- 86,90 ----
    arrTable.style.display = "none";
    arrTable.id = "arr_table";
! 
  
    add_ele_cell = arrTable.insertRow(0).insertCell(0);
***************
*** 126,130 ****
  function open_subgroup(sg_var){
   document.group.subgroup.value = sg_var;
!  document.group.submit(); 
  }
  
--- 126,130 ----
  function open_subgroup(sg_var){
   document.group.subgroup.value = sg_var;
!  document.group.submit();
  }
  
***************
*** 172,177 ****
  
  <form method="post" action="configuration.php" name="group">
! <input type="hidden" value="{open_group}" name="conf_group"/>
! <input type="hidden" value="" name="subgroup"/>
  </form>
  <div id="pe_navbar"><table width="100%" cellpadding="0" cellspacing="0" border="0">
--- 172,177 ----
  
  <form method="post" action="configuration.php" name="group">
! <input type="hidden" value="{open_group}" name="conf_group">
! <input type="hidden" value="" name="subgroup">
  </form>
  <div id="pe_navbar"><table width="100%" cellpadding="0" cellspacing="0" border="0">
***************
*** 207,212 ****
  
  <form action="configuration.php" method="post" name="subgroup">
! <input type="hidden" name="conf_group" value="{open_group}" />
! <input type="hidden" name="sub_group" value="{open_sg}" />
  
  <div id="ce_{subgroup_name}">
--- 207,212 ----
  
  <form action="configuration.php" method="post" name="subgroup">
! <input type="hidden" name="conf_group" value="{open_group}" >
! <input type="hidden" name="sub_group" value="{open_sg}" >
  
  <div id="ce_{subgroup_name}">
***************
*** 223,227 ****
  <!-- END notes -->
  
! <table class="inputTable"> 
  <col width="200px">
  <col>
--- 223,227 ----
  <!-- END notes -->
  
! <table class="inputTable">
  <col width="200px">
  <col>
***************
*** 234,241 ****
  
  
! <input type="hidden" name="form_submit" value="true" />
  <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="Save Changes" />
! <input type="submit" name="form_reset" value="Reset Form" />
  </div>
  </form>
--- 234,241 ----
  
  
! <input type="hidden" name="form_submit" value="true" >
  <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="Save Changes" >
! <input type="submit" name="form_reset" value="Reset Form" >
  </div>
  </form>




More information about the geeklog-cvs mailing list