<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,73 +18,82 @@
 
 &lt;% form_for(@computer) do |f| %&gt;
 &lt;%= f.error_messages %&gt;
+&lt;table&gt;
+  &lt;tr&gt;
+    &lt;td&gt;
+      &lt;%= t('computers.name') %&gt;
+      &lt;%= f.text_field :name, :tabindex =&gt; '1', :focus =&gt; true %&gt;
 
-    &lt;%= t('computers.name') %&gt;
-    &lt;%= f.text_field :name, :tabindex =&gt; '1', :focus =&gt; true %&gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;%  end %&gt;
 
-    &lt;% 2.times do %&gt;
-    &lt;br&gt;
-    &lt;%  end %&gt;
+      &lt;%= f.label 'mac' %&gt;
+      &lt;%= f.text_field :mac, :tabindex =&gt; '2' %&gt;
 
-    &lt;%= f.label 'mac' %&gt;
-    &lt;%= f.text_field :mac, :tabindex =&gt; '2' %&gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;% end %&gt;
 
-    &lt;% 2.times do %&gt;
-    &lt;br&gt;
-    &lt;% end %&gt;
+      &lt;%= f.label 'ip' %&gt;
+      &lt;%= f.text_field :ip, :tabindex =&gt; '3' %&gt;
 
-    &lt;%= f.label 'ip' %&gt;
-    &lt;%= f.text_field :ip, :tabindex =&gt; '3' %&gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;% end %&gt;
 
-    &lt;% 2.times do %&gt;
-    &lt;br&gt;
-    &lt;% end %&gt;
+      &lt;%= t('computers.inventory_register') %&gt;
+      &lt;%= f.text_field :inventory_register, :tabindex =&gt; '4' %&gt;
 
-    &lt;%= t('computers.inventory_register') %&gt;
-    &lt;%= f.text_field :inventory_register, :tabindex =&gt; '4' %&gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;% end %&gt;
 
-    &lt;% 2.times do %&gt;
-    &lt;br&gt;
-    &lt;% end %&gt;
+      &lt;%= t('computers.available') %&gt;
+      &lt;%= t('computers.y') %&gt; &lt;%= radio_button('computer', 'available', 't', :tabindex =&gt; '5') %&gt;
+      &lt;%= t('computers.not') %&gt; &lt;%= radio_button('computer', 'available', 'f', :tabindex =&gt; '6') %&gt;
 
-    &lt;%= t('computers.available') %&gt;
-    &lt;%= t('computers.y') %&gt; &lt;%= radio_button('computer', 'available', 't', :tabindex =&gt; '5') %&gt;
-    &lt;%= t('computers.not') %&gt; &lt;%= radio_button('computer', 'available', 'f', :tabindex =&gt; '6') %&gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;%  end %&gt;
 
-    &lt;% 2.times do %&gt;
-    &lt;br&gt;
-    &lt;%  end %&gt;
 
+      &lt;% if not @computer.is_part_of_a_workstation %&gt;
+      &lt;div id=&quot;quarter&quot; &gt;
+	&lt;%= collection_select 'computer', 'place_id', Place.find(:all, :select =&gt; 'id, title', :order =&gt; 'title ASC'), 'id', 'title',
+	{:prompt =&gt; true}, :tabindex =&gt; '7' %&gt;
+      &lt;/div&gt;
+      &lt;% end %&gt;
 
-  &lt;% if not @computer.is_part_of_a_workstation %&gt;
-  &lt;div id=&quot;quarter&quot; &gt;
-    &lt;%= collection_select 'computer', 'place_id', Place.find(:all, :select =&gt; 'id, title', :order =&gt; 'title ASC'), 'id', 'title',
-    {:prompt =&gt; true}, :tabindex =&gt; '7' %&gt;
-  &lt;/div&gt;
-  &lt;% end %&gt;
+      &lt;div id=&quot;quarter&quot; &gt;
+	&lt;%= t 'bill.code' %&gt;
+	&lt;%= collection_select 'computer', 'bill_id', Bill.find(:all), 'id', :company_bill,
+            {:prompt =&gt; true}, :tabindex =&gt; '8' %&gt;
+      &lt;/div &gt;
 
-  &lt;div id=&quot;quarter&quot; &gt;
-    &lt;%= t 'bill.code' %&gt;
-    &lt;%= collection_select 'computer', 'bill_id', Bill.find(:all), 'id', :company_bill,
-        {:prompt =&gt; true}, :tabindex =&gt; '8' %&gt;
-  &lt;/div &gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;%  end %&gt;
+    &lt;/td&gt;
+    &lt;td&gt;
 
-  &lt;% 2.times do %&gt;
-  &lt;br&gt;
-  &lt;%  end %&gt;
 
-  &lt;%= t('computers.description') %&gt;
-  &lt;%= fckeditor_textarea(&quot;computer&quot;, &quot;description&quot;, :toolbarSet =&gt; 'Simple', :width =&gt; '100%', :height =&gt; '200px') %&gt;
+      &lt;%= t('computers.description') %&gt;
+      &lt;%= fckeditor_textarea(&quot;computer&quot;, &quot;description&quot;, :toolbarSet =&gt; 'Easy', :width =&gt; '100%', :height =&gt; '300px') %&gt;
+      &lt;% 2.times do %&gt;
+      &lt;br&gt;
+      &lt;%  end %&gt;
 
-  &lt;% 2.times do %&gt;
-  &lt;br&gt;
-  &lt;%  end %&gt;
+
+      &lt;% if action_name == 'new' %&gt;
+      &lt;%= f.submit t('computers.create'), :tabindex =&gt; '9' %&gt;
+      &lt;% else %&gt;
+      &lt;%= f.submit t('computers.edit'), :tabindex =&gt; '10' %&gt;
+      &lt;% end %&gt;
+    &lt;/td&gt;
+  &lt;/tr&gt;
+&lt;/table&gt;
 
 
-  &lt;% if action_name == 'new' %&gt;
-  &lt;%= f.submit t('computers.create'), :tabindex =&gt; '9' %&gt;
-  &lt;% else %&gt;
-  &lt;%= f.submit t('computers.edit'), :tabindex =&gt; '10' %&gt;
-  &lt;% end %&gt;
 
 &lt;% end %&gt;</diff>
      <filename>app/views/computers/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -30,15 +30,12 @@ FCKConfig.ToolbarSets[&quot;Easy&quot;] = [
 FCKConfig.ToolbarSets[&quot;Simple&quot;] = [
         ['Source','-','-','Templates'],
         ['Cut','Copy','Paste','PasteWord','-','Print','SpellCheck'],
-        ['Undo','Redo','-','Find','Replace','-','SelectAll'],
+        ['Undo','Redo','-','Find','Replace','-','SelectAll','Table','Rule','Smiley'],
         '/',
         ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
         ['OrderedList','UnorderedList','-','Outdent','Indent'],
         ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
         ['Link','Unlink'],
-        '/',
-        ['Image','Table','Rule','Smiley'],
-        ['FontName','FontSize'],
-        ['TextColor','BGColor'],
-        ['-','About']
+	['FontName','FontSize'],
+        ['TextColor','BGColor']
 ] ;</diff>
      <filename>public/javascripts/fckcustom.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ccc4517642716e3adc402bab4b233443c064c68</id>
    </parent>
  </parents>
  <author>
    <name>cesar</name>
    <email>cesar@cesar.unl.edu.ar</email>
  </author>
  <url>http://github.com/cesarediaz/inventory/commit/a0c217baa17e2e6247cbb0b763f191c0a4fb33e4</url>
  <id>a0c217baa17e2e6247cbb0b763f191c0a4fb33e4</id>
  <committed-date>2009-10-15T16:42:47-07:00</committed-date>
  <authored-date>2009-10-15T16:42:47-07:00</authored-date>
  <message>- Partial
  * added html to improve the visual aspect of this form

- Public
  * changed to 'Easy' toolset configuration in custom fck editor
    script</message>
  <tree>262a47fb888ddbdd9ac4f56a84b0411911aa41b5</tree>
  <committer>
    <name>cesar</name>
    <email>cesar@cesar.unl.edu.ar</email>
  </committer>
</commit>
