Committer: vad
LJSUP-11194: Update ?v= version for static filesU trunk/htdocs/manage/emailpost.bml U trunk/htdocs/manage/pubkey.bml U trunk/htdocs/manage/tags.bml
Modified: trunk/htdocs/manage/emailpost.bml =================================================================== --- trunk/htdocs/manage/emailpost.bml 2012-02-08 15:59:01 UTC (rev 21126) +++ trunk/htdocs/manage/emailpost.bml 2012-02-08 16:02:42 UTC (rev 21127) @@ -212,7 +212,7 @@ <?h1 $ML{'.help.advanced.header'} h1?><br /> <a name="pgp"></a> - <fieldset><legend>$ML{'.help.advanced.pgp.header'} <img src="/img/key.gif" width="16" height="16"></legend> + <fieldset><legend>$ML{'.help.advanced.pgp.header'} <img src="/img/key.gif?v=6803" width="16" height="16"></legend> <?p } . BML::ml('.help.advanced.pgp.text1', {'pgp' => "<b>PGP</b>"}) . qq{ p?> <?p } . BML::ml('.help.advanced.pgp.text2', {'aopts' => "href='$LJ::SITEROOT/manage/pubkey.bml'"}) . qq{ p?> <?emailex @@ -279,16 +279,16 @@ <fieldset><legend>$ML{'.help.images.layout.header'}</legend> <?p } . BML::ml('.help.images.layout.text1', {'header' => "<b>lj-imglayout</b>"}) . qq{ <br /><br /> $ML{'.help.images.layout.text2'}<br /> - <img src='$LJ::IMGPREFIX/imageplaceholder3.png' width='35' height='35'><br /> - <img src='$LJ::IMGPREFIX/imageplaceholder3.png' width='35' height='35'><br /> - <img src='$LJ::IMGPREFIX/imageplaceholder3.png' width='35' height='35'><br /> + <img src='$LJ::IMGPREFIX/imageplaceholder3.png?v=4201' width='35' height='35'><br /> + <img src='$LJ::IMGPREFIX/imageplaceholder3.png?v=4201' width='35' height='35'><br /> + <img src='$LJ::IMGPREFIX/imageplaceholder3.png?v=4201' width='35' height='35'><br /> <br /> } . BML::ml('.help.images.layout.text3', {'horizontal' => "horizontal"}) . qq{ p?> <span style='white-space: nowrap;'> - <img src='$LJ::IMGPREFIX/imageplaceholder3.png' width='35' height='35'> - <img src='$LJ::IMGPREFIX/imageplaceholder3.png' width='35' height='35'> - <img src='$LJ::IMGPREFIX/imageplaceholder3.png' width='35' height='35'> + <img src='$LJ::IMGPREFIX/imageplaceholder3.png?v=4201' width='35' height='35'> + <img src='$LJ::IMGPREFIX/imageplaceholder3.png?v=4201' width='35' height='35'> + <img src='$LJ::IMGPREFIX/imageplaceholder3.png?v=4201' width='35' height='35'> </span> <br /><br /> <?emailex Modified: trunk/htdocs/manage/pubkey.bml =================================================================== --- trunk/htdocs/manage/pubkey.bml 2012-02-08 15:59:01 UTC (rev 21126) +++ trunk/htdocs/manage/pubkey.bml 2012-02-08 16:02:42 UTC (rev 21127) @@ -78,7 +78,7 @@ }); $ret .= " p?>"; - $ret .= "<?h1 $ML{'.header'} <img src='/img/key.gif' height='16' width='16'> h1?>"; + $ret .= "<?h1 $ML{'.header'} <img src='/img/key.gif?v=6803' height='16' width='16'> h1?>"; $ret .= "<form method='post' action='pubkey.bml'>\n"; $ret .= LJ::form_auth(); $ret .= $error if $error; Modified: trunk/htdocs/manage/tags.bml =================================================================== --- trunk/htdocs/manage/tags.bml 2012-02-08 15:59:01 UTC (rev 21126) +++ trunk/htdocs/manage/tags.bml 2012-02-08 16:02:42 UTC (rev 21127) @@ -220,7 +220,7 @@ } ); $ret .= ' '; - $ret .= "<input type='image' name='add' src='/img/rte/post_button_text_larger.gif' + $ret .= "<input type='image' name='add' src='/img/rte/post_button_text_larger.gif?v=3348' border='0' align='middle' title='$mo->{create}' onClick='return validate_input(this, \"add_field\", \"$add_text\")'>";