Author: ringhio
Date: 2010-03-31 23:55:52 +0200 (Wed, 31 Mar 2010)
New Revision: 28937
Modified:
doc/branches/1.4/jobeet/en/15.markdown
Log:
[doc][1.4] Fixed typos (closes #8468)
Modified: doc/branches/1.4/jobeet/en/15.markdown
===================================================================
--- doc/branches/1.4/jobeet/en/15.markdown 2010-03-31 21:07:50 UTC (rev
28936)
+++ doc/branches/1.4/jobeet/en/15.markdown 2010-03-31 21:55:52 UTC (rev
28937)
@@ -754,7 +754,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>
@@ -840,7 +840,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
@@ -852,7 +852,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
@@ -878,7 +878,7 @@
$this->redirect('@jobeet_affiliate');
</propel>
<doctrine>
- $this->redirect('@jobeet_affiliate_affiliate');
+ $this->redirect('@jobeet_affiliate');
</doctrine>
}
@@ -904,7 +904,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.