Author: ringhio
Date: 2010-04-01 00:03:05 +0200 (Thu, 01 Apr 2010)
New Revision: 28940
Modified:
doc/branches/1.4/jobeet/it/15.markdown
Log:
[doc-it][1.4] Fixed typos
Modified: doc/branches/1.4/jobeet/it/15.markdown
===================================================================
--- doc/branches/1.4/jobeet/it/15.markdown 2010-03-31 22:02:13 UTC (rev
28939)
+++ doc/branches/1.4/jobeet/it/15.markdown 2010-03-31 22:03:05 UTC (rev
28940)
@@ -739,7 +739,7 @@
</a>
</propel>
<doctrine>
- <a href="<?php echo url_for('@jobeet_affiliate_affiliate') ?>">
+ <a href="<?php echo url_for('@jobeet_affiliate') ?>">
Affiliates - <strong><?php echo
Doctrine::getTable('JobeetAffiliate')->countToBeActivated() ?></strong>
</a>
</doctrine>
@@ -821,7 +821,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
@@ -833,7 +833,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
@@ -859,7 +859,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
@@ -885,7 +885,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.