Where is the Add Link page?

Permalink
When you make a link, a popup opens a page with options for target, class, etc. Does anyone know what the name of that file is, and where it is located?

BeKindRewind
 
synlag replied on at Permalink Reply
synlag
you mean via content block?
if so, just switch to html view and the path is shown in href="...".

regards
BeKindRewind replied on at Permalink Reply 1 Attachment
BeKindRewind
I'm looking for the Add Link PHP file (I'm assuming it's a PHP file) that contains the textbox for entering a link, drop downs for adding a class or target, etc.

I want to add some custom rel=" " options for using Shadowbox, like height and width, etc.

Screenshot attached.
synlag replied on at Permalink Reply
synlag
i see.
it's located in concrete\elements.
the file name is 'editor_controls.php'.

more infos @ blocks\content\...
ryan replied on at Permalink Reply
ryan
/concrete/js/tiny_mce/themes/concrete/link.html
or it may be in tiny_mce_309 (or whatever the current version is.)

Keep in mind that if you modify that, it'll get hosed in your next upgrade..