[vhffs-dev] [1303] yes, I broke the creation of new objets, fixed ;-)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1303
Author:   gradator
Date:     2008-10-31 17:13:24 +0100 (Fri, 31 Oct 2008)

Log Message:
-----------
yes, I broke the creation of new objets, fixed ;-)

Modified Paths:
--------------
    trunk/vhffs-panel/templates/cron/create.tmpl
    trunk/vhffs-panel/templates/cvs/create.tmpl
    trunk/vhffs-panel/templates/dns/create.tmpl
    trunk/vhffs-panel/templates/git/create.tmpl
    trunk/vhffs-panel/templates/mail/create.tmpl
    trunk/vhffs-panel/templates/mailinglist/create.tmpl
    trunk/vhffs-panel/templates/mysql/create.tmpl
    trunk/vhffs-panel/templates/pgsql/create.tmpl
    trunk/vhffs-panel/templates/repository/create.tmpl
    trunk/vhffs-panel/templates/svn/create.tmpl
    trunk/vhffs-panel/templates/web/create.tmpl


Modified: trunk/vhffs-panel/templates/cron/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/cron/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/cron/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -33,6 +33,7 @@
 		<textarea name="description" id="description" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="cron_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/cvs/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/cvs/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/cvs/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -18,6 +18,7 @@
 		<textarea name="DESCRIPTION" cols="45" rows="15"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" id="cvs_submit" name="cvs_submit" />
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/dns/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/dns/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/dns/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -27,6 +27,7 @@
 		<textarea name="DESCRIPTION" id="DESCRIPTION" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="dns_submit" />
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/git/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/git/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/git/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -18,6 +18,7 @@
 		<textarea name="description" id="description"  cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="git_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/mail/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mail/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/mail/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -18,6 +18,7 @@
 		<textarea name="description" id="description" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="mail_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/mailinglist/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mailinglist/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/mailinglist/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -22,6 +22,7 @@
 		<textarea name="description" id="description" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="mailing_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/mysql/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mysql/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/mysql/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -25,6 +25,7 @@
 		<textarea name="description" id="description" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="mysql_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/pgsql/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/pgsql/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/pgsql/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -35,6 +35,7 @@
 		<textarea name="description" id="description" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="pgsql_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/repository/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/repository/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/repository/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -18,6 +18,7 @@
 		<textarea name="description" id="description" cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="repo_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/svn/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/svn/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/svn/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -18,6 +18,7 @@
 		<textarea name="description" id="description"  cols="45" rows="7"><TMPL_VAR ESCAPE=1 NAME="DESCRIPTION_VALUE"></textarea>
 	</p>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="svn_submit"/>
 	</p>
 </form>

Modified: trunk/vhffs-panel/templates/web/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/web/create.tmpl	2008-10-31 07:11:35 UTC (rev 1302)
+++ trunk/vhffs-panel/templates/web/create.tmpl	2008-10-31 16:13:24 UTC (rev 1303)
@@ -26,6 +26,7 @@
 	</p>
 	</TMPL_IF>
 	<p class="button" id="buttonSend">
+		<input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="GROUP">" />
 		<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND">" name="web_submit" />
 	</p>
 </form>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/