Jump to content
  • 0

Załóż konto


tomasinoo

Question

8 answers to this question

Recommended Posts

  • 0

hm...jakbym wiedzial gdzie to jest to na pewno bym to wylaczyl... Nie wiem co masz pozatym na mysli przez prawy klik, chodzi o otwarcie sie klasycznego menu np. na tym przycisku od stworzenia konta w ktorym sa polecenia jak kopiuj,wklej,zbadaj element itp...?

Link to comment
Share on other sites

  • 0

tak dokładnie o to mi chodzi, kiedy chcę podglądnąć kilka elementów w celu ich zbadania - nie mogę tego zrobić bo wygląda na to że prawy klik jest zablokowany

 

sprawdź listę modułów, szukaj czegoś z "click" w nazwie

już kiedyś taki moduł tu widziałem, więc myślę, że jest to kwestia modułu

Link to comment
Share on other sites

  • 0

problemy rozwiazany, w pliku authentication.tpl podmieniamy odpowiadajacy kawalek kodu na ten: 

<form action="{$link->getPageLink('authentication', true)|escape:'html'}" method="post" id="create-account_form" class="std">
		<fieldset>
			<h3>{l s='Create an account'}</h3>
			<div class="form_content clearfix">
				<p class="title_block">{l s='Please enter your email address to create an account.'}</p>
				<div class="error" id="create_account_error" style="display:none"></div>
				<p class="text">
					<label for="email_create">{l s='Email address'}</label>
					<span><input type="text" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" class="account_input" /></span>
				</p>
				<p class="submit">
					{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
					<input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create an account'}" />
					<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" />
				</p>
			</div>
		</fieldset>
	</form>

dodam ze rozwiazanie znalazelm na anglojezycznej wersji tego forum za co dziekuje:)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...