Sparks Posted October 22, 2013 Posted October 22, 2013 how will i edit the thing pointed by the 2 arrows ?the navigation on the control panel ..how someone will help me about this because im having a hard time figuring out how to edit that buttons :<
chriser Posted October 23, 2013 Posted October 23, 2013 dude, you are using chrome, how can it be a hard time to search for that? just right click on the elements, then click the last option (something like analyze element) and look at that element. should be easy to determine where this stuff is (e.g. search for the class or the id of the element in the source)
Sparks Posted October 23, 2013 Author Posted October 23, 2013 dude, you are using chrome, how can it be a hard time to search for that? just right click on the elements, then click the last option (something like analyze element) and look at that element. should be easy to determine where this stuff is (e.g. search for the class or the id of the element in the source) yeah i know that brother .. but the thing is where will i put the link ?
chriser Posted October 24, 2013 Posted October 24, 2013 i think links are done like this: <a href="<?php echo $this->url("<action>","<module>",array("<other param>" => "<other value>", ...)) ?> > text </a>
Gerome Posted October 25, 2013 Posted October 25, 2013 i think links are done like this: <a href="<?php echo $this->url("<action>","<module>",array("<other param>" => "<other value>", ...)) ?> > text </a> Correction. it's <a href="<?php echo $this->url("<module>","<action>",array("<other param id>" => "<other value>", ...)) ?> > text </a>
Question
Sparks
how will i edit the thing pointed by the 2 arrows ?
the navigation on the control panel ..
how someone will help me about this because im having a hard time figuring out how to edit that buttons :<
5 answers to this question
Recommended Posts