forked from public/foundryvtt-reve-de-dragon
		
	Gestion TMR caché, WIP #135
This commit is contained in:
		@@ -461,13 +461,27 @@
 | 
			
		||||
          {{/if}}
 | 
			
		||||
          <ul class="item-list">
 | 
			
		||||
            {{#if data.attributs.hautrevant.value}}
 | 
			
		||||
            {{#if options.isGM}}
 | 
			
		||||
            <li class="item flexrow">
 | 
			
		||||
              <span>
 | 
			
		||||
                <a class="chat-card-button forcer-tmr-aleatoire">Ré-insertion aléatoire (ie TMR cachée)</a>
 | 
			
		||||
              </span>
 | 
			
		||||
              <span>
 | 
			
		||||
                <a class="chat-card-button afficher-tmr">Montrer les TMR</a>
 | 
			
		||||
              </span>
 | 
			
		||||
            </li>
 | 
			
		||||
            {{/if}}
 | 
			
		||||
            <li class="item flexrow">
 | 
			
		||||
              <span class="competence-label">Position en TMR :</span> 
 | 
			
		||||
              <span>
 | 
			
		||||
              {{#if options.isGM}}
 | 
			
		||||
                <input class="competence-value" type="text" name="data.reve.tmrpos.coord" value="{{data.reve.tmrpos.coord}}" data-dtype="String"/>
 | 
			
		||||
              {{else}}
 | 
			
		||||
                {{#if hautreve.cacheTMR}}
 | 
			
		||||
                ??
 | 
			
		||||
                {{else}}
 | 
			
		||||
                {{data.reve.tmrpos.coord}}
 | 
			
		||||
                {{/if}}
 | 
			
		||||
              {{/if}}
 | 
			
		||||
              </span>
 | 
			
		||||
            </li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user