<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ramya Banglore</b> <span dir="ltr">&lt;<a href="mailto:ramya.banglore@gmail.com">ramya.banglore@gmail.com</a>&gt;</span><br>
Date: Mon, Oct 8, 2012 at 1:05 PM<br>Subject: Re: [Vtigercrm-developers] HTML 4.01 Transitional (Prasad)<br>To: <a href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</a><br><br>
<br><div>Hi,<br></div><div><br></div><div>I want write a script for export a new Module &amp; Import New Module</div><div><br></div><div>The below script is for export Module</div><div><br></div><div>&lt;?php <br><br>ini_set(&#39;display_errors&#39;, true);<br>

 ini_set(&#39;error_reporting&#39;, E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED);<br>require_once(&#39;vtlib/Vtiger/Package.php&#39;);<br>require_once(&#39;vtlib/Vtiger/Module.php&#39;);<br>require_once(&#39;vtlib/Vtiger/Language.php&#39;);<br>

require_once(&#39;vtlib/Vtiger/LanguageExport.php&#39;);<br><br>$package=new VTiger_Package();<br>$package-&gt;export(Vtiger_Module::getInstance(&#39;Payslip&#39;),&#39;test/vtlib&#39;,&#39;Payslip-Export.zip&#39;,true);<br>

?&gt;</div><div><br></div><div>when iam excecuting </div><div><br></div><div>i will get the below error</div><div><br></div><div><b><i><font color="#cc0000"> Fatal error: Class &#39;Vtiger_Package&#39; not found in C:\wamp\www\vtigercrm530\vtlib\Vtiger\LanguageExport.php on line 16</font></i></b><br>

</div><div><b><i><font color="#cc0000"><br></font></i></b></div><div><b><i><font color="#cc0000"><br></font></i></b></div><div>and when iam trying to export a module same error iam getting</div><div><br>
</div><div>can anybody find out this please.................................................</div><div><br></div><div class="gmail_quote"><div><div class="h5">On Sat, Oct 6, 2012 at 11:21 PM, Prasad <span dir="ltr">&lt;<a href="mailto:prasad@vtiger.com" target="_blank">prasad@vtiger.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">We are experimenting the layout feature in vtiger 6. The goal is to make it easy to develop UI with any framework of your choice / techniques that would come as web-advances. <div>

<br></div><div>In this direction, the default layout we have is based on bootstrap</div>

<div>but certainly you will be able to build new layouts using other UI frameworks. </div><div><br></div><div>Regards,</div><div>Prasad<br><br><div class="gmail_quote"><div><div>On Sat, Oct 6, 2012 at 6:24 PM, Matteo Baranzoni <span dir="ltr">&lt;<a href="mailto:barra@greenbitweb.com" target="_blank">barra@greenbitweb.com</a>&gt;</span> wrote:<br>



</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><p dir="ltr">Vtiger6 UI use bootstrap, notte foundation</p>
<div class="gmail_quote">Il giorno 06/ott/2012 14:41, &quot;Jorge Hoya&quot; &lt;<a href="mailto:jorge@jorgehoya.es" target="_blank">jorge@jorgehoya.es</a>&gt; ha scritto:<div><div><br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




Hi Prasad,<br>
<br>
In your new UI redesing for vtiger 6, ¿are you using any font-end framework?<br>
HTML5 Boliertemplate, Zrub Foundation, any other?<br>
<br>
HTML5 Boliertemplate: <a href="http://html5boilerplate.com/" target="_blank">http://html5boilerplate.com/</a><br>
Zrub Foundation: <a href="http://foundation.zurb.com/" target="_blank">http://foundation.zurb.com/</a><br>
<br>
Regards.<br>
<br>
<br>
Date: Sat, 6 Oct 2012 00:34:49 +0530<br>
From: Prasad &lt;<a href="mailto:prasad@vtiger.com" target="_blank">prasad@vtiger.com</a>&gt;<br>
Subject: Re: [Vtigercrm-developers] HTML 4.01 Transitional<br>
To: <a href="mailto:vtigercrm-developers@lists.vtigercrm.com" target="_blank">vtigercrm-developers@lists.vtigercrm.com</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAMeS7pmsVicG1OF%2BLDju-_6mkyazTuNjnic_7uGMROMnrzmDrw@mail.gmail.com" target="_blank">CAMeS7pmsVicG1OF+LDju-_6mkyazTuNjnic_7uGMROMnrzmDrw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
About XHTML I&#39;m not sure if its good idea to enforce, beacuse some<br>
integration module might geneate and inject html that would not comply with<br>
XHTML.<br>
<br>
We will be using &lt;!DOCTYPE html&gt; and bootstrap on vtiger 6.<br>
<br>
Regards,<br>
Prasad<br>
<br>
On Wed, Oct 3, 2012 at 6:03 PM, Bryan Coleman &lt;<a href="mailto:bpc@metricwise.net" target="_blank">bpc@metricwise.net</a>&gt; wrote:<br>
<br>
&gt; I have been cleaning it up a little as I go.  Bootstrap requires HTML5<br>
&gt; ie &lt;!DOCTYPE html&gt;<br>
&gt;<br>
&gt; On Tue, Oct 2, 2012 at 5:31 PM, Adam Heinz &lt;<a href="mailto:amh@metricwise.net" target="_blank">amh@metricwise.net</a>&gt; wrote:<br>
&gt; &gt; I&#39;m tracking down a weird bug (specific to a custom module of ours)<br>
&gt; &gt; in Firefox.  Somehow, the HTML is so bad that Firefox is putting a<br>
&gt; &gt; &lt;table&gt; inside a &lt;div&gt; that it isn&#39;t in!  So I installed the HTML<br>
&gt; &gt; Validator plugin for Firefox.  Lots of errors.  Some of the errors<br>
&gt; &gt; looked like valid XHTML syntax to me, but it ends up the header<br>
&gt; &gt; still says HTML 4.01 Transitional!  Just for kicks, I switched it to<br>
&gt; &gt; XHTML<br>
&gt; &gt; 1.0 Transitional, and got back five times the number of errors!<br>
&gt; &gt; This is definitely a space where fixing up the HTML can improve<br>
&gt; &gt; browser load times, because the browser doesn&#39;t have to work as hard<br>
&gt; &gt; to figure out the bass-ackwards markup.<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
&gt; _______________________________________________<br>
&gt; <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL:<br>
<a href="http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20121006/eff83337/attachment-0001.html" target="_blank">http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201210<br>
06/eff83337/attachment-0001.html</a><br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div></div></div>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br>
</div><br>